|
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.70.2</gax.version> |
| 43 | + <gax.version>2.70.3</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> |
|
123 | 123 | <dependency> |
124 | 124 | <groupId>com.google.cloud</groupId> |
125 | 125 | <artifactId>google-cloud-core</artifactId> |
126 | | - <version>2.60.2</version> |
| 126 | + <version>2.60.3</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>com.google.cloud</groupId> |
130 | 130 | <artifactId>google-cloud-datastore</artifactId> |
131 | | - <version>2.32.1</version> |
| 131 | + <version>2.32.2</version> |
132 | 132 | </dependency> |
133 | 133 | <dependency> |
134 | 134 | <groupId>com.google.cloud</groupId> |
|
221 | 221 | <groupId>org.apache.maven.plugins</groupId> |
222 | 222 | <artifactId>maven-dependency-plugin</artifactId> |
223 | 223 | <!-- TODO it would good to have this version only in pluginManagement in top pom --> |
224 | | - <version>3.8.1</version> |
| 224 | + <version>3.9.0</version> |
225 | 225 | <executions> |
226 | 226 | <execution> |
227 | 227 | <id>copy-file</id> |
|
278 | 278 | <plugin> |
279 | 279 | <groupId>org.apache.maven.plugins</groupId> |
280 | 280 | <artifactId>maven-enforcer-plugin</artifactId> |
281 | | - <version>3.6.1</version> |
| 281 | + <version>3.6.2</version> |
282 | 282 | <executions> |
283 | 283 | <execution> |
284 | 284 | <id>enforce-maven</id> |
|
0 commit comments