Skip to content

Commit

Permalink
Bump jetty.version from 12.0.15 to 12.0.16 (#697)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 1138992 commit f0cba3e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dollar>$</dollar>
<openbracket>{</openbracket>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<jetty.version>12.0.15</jetty.version>
<jetty.version>12.0.16</jetty.version>
<!-- if we update this all consumers need to be running at least this version -->
<maven.version>3.9.6</maven.version>
<maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
Expand Down Expand Up @@ -105,6 +105,11 @@
<artifactId>maven-resolver-util</artifactId>
<version>${maven-resolver.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
<version>1.27</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit f0cba3e

Please sign in to comment.