Merge pull request #15583 from thibaultfaure/improvements/BAEL-7318-testing-with-spring-and-spock

BAEL-7318 Updating dependencies for testing with Spring and Spock art…
This commit is contained in:
davidmartinezbarua 2024-01-12 11:14:39 -03:00 committed by GitHub
commit 5aa80eccf3
1 changed files with 6 additions and 8 deletions

View File

@ -9,9 +9,10 @@
<description>This is simple boot application for demonstrating spock framework testing features.</description>
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>
@ -19,10 +20,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@ -83,7 +80,8 @@
<!-- The main class to start by executing java -jar -->
<start-class>com.baeldung.boot.Application</start-class>
<spock.version>2.4-M1-groovy-4.0</spock.version>
<gmavenplus-plugin.version>3.0.0</gmavenplus-plugin.version>
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
<spring-boot.version>3.2.1</spring-boot.version>
</properties>
</project>