Skip to content

Commit

Permalink
[Examples] Bump Spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Dec 16, 2023
1 parent 1bce9a5 commit eb96204
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions examples/spring-java-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<properties>
<project.Automatic-Module-Name>io.cucumber.examples.spring.application</project.Automatic-Module-Name>
<spring-boot.version>3.0.5</spring-boot.version>
<junit.version>5.9.1</junit.version>
<spring-boot.version>3.2.0</spring-boot.version>
<junit.version>5.10.1</junit.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -120,12 +120,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.0</version>
<version>3.2.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit eb96204

Please sign in to comment.