Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 14, 2024
1 parent 7c6d06e commit 96f96c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appengine_setup/testapps/jetty12_testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>com.google.appengine.setup.testapps</groupId>
<artifactId>jetty12_testapp</artifactId>
<properties>
<jetty.version>12.0.14</jetty.version>
<jetty.version>12.0.15</jetty.version>
<aspectj.version>1.9.22.1</aspectj.version>
</properties>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>6.81.0</version>
<version>6.81.1</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.24.1</version>
<version>2.24.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.56.v20240826</jetty.version>
<jetty12.version>12.0.14</jetty12.version>
<jetty12.version>12.0.15</jetty12.version>
<io.grpc>1.68.1</io.grpc>
<io.netty>4.1.115.Final</io.netty>
<slf4j.version>2.0.16</slf4j.version>
Expand Down Expand Up @@ -459,7 +459,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.45.0</version>
<version>1.45.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down Expand Up @@ -590,7 +590,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-appengine</artifactId>
<version>1.45.0</version>
<version>1.45.1</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down Expand Up @@ -765,7 +765,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
<configuration>
<rulesUri>file:///${session.executionRootDirectory}/maven-version-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
Expand Down Expand Up @@ -920,7 +920,7 @@
<!-- Call mvn versions:display-plugin-updates -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 96f96c4

Please sign in to comment.