Skip to content

Commit 9b5f637

Browse files
committed
Merge pull request #431 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 830113181 Change-Id: I0c53923179693bce278c83c94f0cd339654ccf85
2 parents 7293855 + a4c374c commit 9b5f637

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.0</gax.version>
43+
<gax.version>2.72.1</gax.version>
4444
<appengine.target.version>${project.version}</appengine.target.version>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
125125
<artifactId>google-cloud-core</artifactId>
126-
<version>2.62.0</version>
126+
<version>2.62.1</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>
140140
<artifactId>google-cloud-storage</artifactId>
141-
<version>2.59.0</version>
141+
<version>2.60.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.cloud.sql</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
<dependency>
501501
<groupId>com.google.errorprone</groupId>
502502
<artifactId>error_prone_annotations</artifactId>
503-
<version>2.43.0</version>
503+
<version>2.44.0</version>
504504
</dependency>
505505
<dependency>
506506
<groupId>com.google.http-client</groupId>
@@ -805,7 +805,7 @@
805805
<plugin>
806806
<groupId>org.apache.maven.plugins</groupId>
807807
<artifactId>maven-release-plugin</artifactId>
808-
<version>3.1.1</version>
808+
<version>3.2.0</version>
809809
<configuration>
810810
<useReleaseProfile>false</useReleaseProfile>
811811
<goals>deploy</goals>

0 commit comments

Comments
 (0)