Skip to content

Commit

Permalink
Move undertow for tests to v2.2 (as it supports Java 8 still)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2023
1 parent 33c4946 commit 9eb8a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.7.Final</version>
<version>2.2.25.Final</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 9eb8a36

Please sign in to comment.