Skip to content

Commit

Permalink
chore(deps): update dependency org.eclipse.jetty:jetty-alpn-server to…
Browse files Browse the repository at this point in the history
… v12 (#2664)
  • Loading branch information
renovate[bot] committed Aug 23, 2023
1 parent acbe21d commit 2f33f76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<eureka-client.version>3.1.1</eureka-client.version>
<!-- Wiremock does not yet support jetty 11 (see also https://github.com/wiremock/wiremock/issues/1760). -->
<!--<jetty.version>11.0.6</jetty.version>-->
<jetty.version>9.4.51.v20230217</jetty.version>
<jetty.version>12.0.0</jetty.version>

<!-- plugin versions -->
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
Expand Down
6 changes: 0 additions & 6 deletions spring-boot-admin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-openjdk8-server</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
Expand Down

0 comments on commit 2f33f76

Please sign in to comment.