Skip to content

Commit

Permalink
Bump org.eclipse.jetty:jetty-maven-plugin from 10.0.21 to 10.0.22 (#631)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent f710205 commit e2a538c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<!-- TODO until a critical mass of plugins has migrated to Java 17 -->
<maven.compiler.release>11</maven.compiler.release>
<maven-plugin-tools.version>3.13.1</maven-plugin-tools.version>
<maven-resolver.version>1.9.21</maven-resolver.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>

Expand Down Expand Up @@ -76,6 +77,21 @@
<artifactId>commons-logging</artifactId>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-api</artifactId>
<version>${maven-resolver.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-util</artifactId>
<version>${maven-resolver.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -144,7 +160,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>10.0.21</version>
<version>10.0.22</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit e2a538c

Please sign in to comment.