Skip to content

Commit

Permalink
Merge pull request #331 from renovate-bot:renovate/all-minor-patch
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 714924896
Change-Id: I20ec7de34f282b4a0190144124c329cbf77d42d2
  • Loading branch information
gae-java-bot committed Jan 13, 2025
2 parents c116671 + 3fbf7d1 commit 48be4eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.59.0</gax.version>
<gax.version>2.59.1</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 All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>6.84.0</version>
<version>6.85.0</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
Expand Down Expand Up @@ -121,12 +121,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.49.0</version>
<version>2.49.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.25.1</version>
<version>2.25.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -136,7 +136,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.46.0</version>
<version>2.47.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.56.v20240826</jetty.version>
<jetty.version>9.4.57.v20241219</jetty.version>
<jetty12.version>12.0.16</jetty12.version>
<io.grpc>1.69.0</io.grpc>
<io.netty>4.1.116.Final</io.netty>
Expand Down

0 comments on commit 48be4eb

Please sign in to comment.