Skip to content

Commit f88c142

Browse files
committed
Merge pull request #382 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 774673600 Change-Id: I35cc60d7c0ab9799bf5d9b0100a37e76eee3eddc
2 parents 9496f9c + f2fb012 commit f88c142

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
@@ -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.1</gax.version>
41+
<gax.version>2.67.2</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,7 +121,7 @@
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
123123
<artifactId>google-cloud-core</artifactId>
124-
<version>2.57.1</version>
124+
<version>2.57.2</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>
138138
<artifactId>google-cloud-storage</artifactId>
139-
<version>2.53.0</version>
139+
<version>2.53.1</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.cloud.sql</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
<plugin>
810810
<groupId>org.codehaus.mojo</groupId>
811811
<artifactId>license-maven-plugin</artifactId>
812-
<version>2.5.0</version>
812+
<version>2.6.0</version>
813813
<configuration>
814814
<excludedGroups>com.google.appengine</excludedGroups>
815815
<useMissingFile>true</useMissingFile>

0 commit comments

Comments
 (0)