Skip to content

Commit

Permalink
Downgrade logback and javalin to last Java 8 supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Aug 22, 2023
1 parent 09046a6 commit 0fee925
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 @@ -16,10 +16,10 @@

<!-- provided -->
<selenium.version>4.11.0</selenium.version>
<javalin.version>5.6.2</javalin.version>
<javalin.version>4.6.8</javalin.version>

<!-- test -->
<logback.version>1.4.11</logback.version>
<logback.version>1.3.11</logback.version>
<junit.version>5.10.0</junit.version>
<assertj.version>3.24.2</assertj.version>
<mockserver.version>5.15.0</mockserver.version>
Expand Down

0 comments on commit 0fee925

Please sign in to comment.