Skip to content

Commit 0c8276f

Browse files
committed
Update all non-major dependencies
1 parent 786f835 commit 0c8276f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

applications/proberapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<DB_REGION>us-central1</DB_REGION>
3939
<DB_USER>prober-user</DB_USER>
4040
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
41-
<gax.version>2.67.0</gax.version>
41+
<gax.version>2.67.1</gax.version>
4242
<appengine.target.version>${project.version}</appengine.target.version>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
@@ -121,12 +121,12 @@
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
123123
<artifactId>google-cloud-core</artifactId>
124-
<version>2.57.0</version>
124+
<version>2.57.1</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
128128
<artifactId>google-cloud-datastore</artifactId>
129-
<version>2.29.1</version>
129+
<version>2.29.2</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)