[JAVA-27546] Updated spring-cucumber to spring boot 3 (#15276)

This commit is contained in:
panos-kakos
2023-11-24 18:18:04 +02:00
committed by GitHub
parent a2acd64779
commit 8abd7a07b5
5 changed files with 17 additions and 11 deletions
+6 -5
View File
@@ -11,9 +11,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../parent-boot-3</relativePath>
</parent>
<dependencies>
@@ -53,16 +53,17 @@
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-io -->
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
</dependencies>
<properties>
<!-- The main class to start by executing java -jar -->
<start-class>com.baeldung.SpringDemoApplication</start-class>
<cucumber.version>7.14.0</cucumber.version>
<commons-io.version>1.3.2</commons-io.version>
<junit-vintage-engine.version>5.10.0</junit-vintage-engine.version>
<junit-vintage-engine.version>5.10.1</junit-vintage-engine.version>
</properties>
</project>