Skip to content

Commit

Permalink
Merge pull request #254 from renovate-bot:renovate/all-minor-patch
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 656963807
Change-Id: If743f92f9987b6d0d77ffcb2bea6b5261e3da2d4
  • Loading branch information
gae-java-bot committed Jul 28, 2024
2 parents c01caa7 + bc3bf5c commit 139e38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<DB_REGION>us-central1</DB_REGION>
<DB_USER>prober-user</DB_USER>
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
<gax.version>2.50.0</gax.version>
<gax.version>2.51.0</gax.version>
<appengine.target.version>${project.version}</appengine.target.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
Expand Down Expand Up @@ -86,12 +86,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.41.0</version>
<version>2.42.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.40.0</version>
<version>2.41.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
<extension>
<groupId>com.google.cloud.artifactregistry</groupId>
<artifactId>artifactregistry-maven-wagon</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</extension>
</extensions>

Expand Down

0 comments on commit 139e38c

Please sign in to comment.