Skip to content

Commit

Permalink
Bump external deps including the new Jetty 12 web server version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627543137
Change-Id: Ie24165b4bf92573902385914e6d4fd5a6698dd98
  • Loading branch information
ludoch authored and gae-java-bot committed Apr 23, 2024
1 parent d02cb29 commit b57b34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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.7</jetty12.version>
<jetty12.version>12.0.8</jetty12.version>
<slf4j.version>2.0.9</slf4j.version>
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
Expand Down Expand Up @@ -775,7 +775,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.16.2</version>
<version>3.16.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b57b34a

Please sign in to comment.