Skip to content

Commit a47d58c

Browse files
committed
Merge pull request #409 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 803791635 Change-Id: Ia0e382b1afd80d9927a22a0621dc50a7565a810c
2 parents ba3cc18 + d35befa commit a47d58c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 2 additions & 2 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.70.0</gax.version>
43+
<gax.version>2.70.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.60.0</version>
126+
<version>2.60.1</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
<plugin>
744744
<groupId>org.codehaus.mojo</groupId>
745745
<artifactId>versions-maven-plugin</artifactId>
746-
<version>2.18.0</version>
746+
<version>2.19.0</version>
747747
<configuration>
748748
<rulesUri>file:///${session.executionRootDirectory}/maven-version-rules.xml</rulesUri>
749749
<generateBackupPoms>false</generateBackupPoms>
@@ -898,7 +898,7 @@
898898
<!-- Call mvn versions:display-plugin-updates -->
899899
<groupId>org.codehaus.mojo</groupId>
900900
<artifactId>versions-maven-plugin</artifactId>
901-
<version>2.18.0</version>
901+
<version>2.19.0</version>
902902
</plugin>
903903
</plugins>
904904
</reporting>

0 commit comments

Comments
 (0)