Skip to content

Commit 5ef0fc3

Browse files
committed
Update all non-major dependencies
1 parent 2cfe0b6 commit 5ef0fc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

applications/proberapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<DB_REGION>us-central1</DB_REGION>
4141
<DB_USER>prober-user</DB_USER>
4242
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
43-
<gax.version>2.72.2</gax.version>
43+
<gax.version>2.73.1</gax.version>
4444
<appengine.target.version>${project.version}</appengine.target.version>
4545
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
4646
</properties>
@@ -122,12 +122,12 @@
122122
<dependency>
123123
<groupId>com.google.cloud</groupId>
124124
<artifactId>google-cloud-core</artifactId>
125-
<version>2.62.2</version>
125+
<version>2.63.1</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>com.google.cloud</groupId>
129129
<artifactId>google-cloud-datastore</artifactId>
130-
<version>2.33.1</version>
130+
<version>2.33.2</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
<dependency>
686686
<groupId>com.google.cloud</groupId>
687687
<artifactId>google-cloud-logging</artifactId>
688-
<version>3.23.9</version>
688+
<version>3.23.10</version>
689689
</dependency>
690690
<dependency>
691691
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)