Skip to content

Commit

Permalink
Update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Dec 8, 2023
1 parent 4a8a4b5 commit 3ae7af5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/calculator-java-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.4.20221012</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/calculator-java-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.4.20221012</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/calculator-java-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.8.2</version>
<version>5.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.4.20221012</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions examples/wicket-java-junit4/wicket-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<project.Automatic-Module-Name>io.cucumber.examples.wicket.main</project.Automatic-Module-Name>
<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>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<logback-classic.version>1.2.5</logback-classic.version>
<jcl-over-slf4.version>2.0.5</jcl-over-slf4.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<logback-classic.version>1.4.7</logback-classic.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions examples/wicket-java-junit4/wicket-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<properties>
<project.Automatic-Module-Name>io.cucumber.examples.wicket.test</project.Automatic-Module-Name>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<htmlunit.version>2.52.0</htmlunit.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<htmlunit.version>4.13.0</htmlunit.version>
</properties>

<build>
Expand Down

0 comments on commit 3ae7af5

Please sign in to comment.