Skip to content

Commit

Permalink
Update various example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 3, 2021
1 parent 393064a commit 1be1b52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/wicket-java-junit4/wicket-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<properties>
<project.Automatic-Module-Name>io.cucumber.examples.wicket.main</project.Automatic-Module-Name>
<wicket.version>9.1.0</wicket.version>
<jetty.version>9.4.33.v20201020</jetty.version>
<jcl-over-slf4.version>1.7.30</jcl-over-slf4.version>
<logback-classic.version>1.2.3</logback-classic.version>
<wicket.version>9.4.0</wicket.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<jcl-over-slf4.version>1.7.32</jcl-over-slf4.version>
<logback-classic.version>1.2.5</logback-classic.version>
</properties>

<build>
Expand Down

0 comments on commit 1be1b52

Please sign in to comment.