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 Jul 8, 2024
1 parent ec6171a commit 352aa4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.10</jetty.version>
<jetty.version>12.0.11</jetty.version>
<aspectj.version>1.9.22.1</aspectj.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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.70.0</version>
<version>6.71.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<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.54.v20240208</jetty.version>
<jetty12.version>12.0.10</jetty12.version>
<jetty.version>9.4.55.v20240627</jetty.version>
<jetty12.version>12.0.11</jetty12.version>
<io.grpc>1.65.0</io.grpc>
<io.netty>4.1.111.Final</io.netty>
<slf4j.version>2.0.13</slf4j.version>
Expand Down Expand Up @@ -588,7 +588,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.44.0</version>
<version>3.45.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -718,7 +718,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit 352aa4f

Please sign in to comment.