|
40 | 40 | <DB_REGION>us-central1</DB_REGION> |
41 | 41 | <DB_USER>prober-user</DB_USER> |
42 | 42 | <DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD> |
43 | | - <gax.version>2.74.1</gax.version> |
| 43 | + <gax.version>2.75.0</gax.version> |
44 | 44 | <appengine.target.version>${project.version}</appengine.target.version> |
45 | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
46 | 46 | <appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location> |
|
118 | 118 | <dependency> |
119 | 119 | <groupId>com.google.auth</groupId> |
120 | 120 | <artifactId>google-auth-library-oauth2-http</artifactId> |
121 | | - <version>1.42.1</version> |
| 121 | + <version>1.43.0</version> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>com.google.auth</groupId> |
125 | 125 | <artifactId>google-auth-library-credentials</artifactId> |
126 | | - <version>1.42.1</version> |
| 126 | + <version>1.43.0</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>com.google.cloud</groupId> |
|
133 | 133 | <dependency> |
134 | 134 | <groupId>com.google.cloud</groupId> |
135 | 135 | <artifactId>google-cloud-core</artifactId> |
136 | | - <version>2.64.1</version> |
| 136 | + <version>2.65.0</version> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
139 | 139 | <groupId>com.google.cloud</groupId> |
|
152 | 152 | <dependency> |
153 | 153 | <groupId>com.google.cloud.sql</groupId> |
154 | 154 | <artifactId>mysql-socket-factory-connector-j-8</artifactId> |
155 | | - <version>1.28.0</version> |
| 155 | + <version>1.28.1</version> |
156 | 156 | </dependency> |
157 | 157 | <dependency> |
158 | 158 | <groupId>com.google.guava</groupId> |
|
0 commit comments