We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52d79d commit 26d370eCopy full SHA for 26d370e
1 file changed
pom.xml
@@ -475,7 +475,7 @@
475
<dependency>
476
<groupId>org.spockframework</groupId>
477
<artifactId>spock-core</artifactId>
478
- <version>${spock.version}</version>
+ <version>1.0-groovy-2.0</version>
479
<scope>test</scope>
480
</dependency>
481
@@ -633,8 +633,6 @@
633
<!-- Redefine default value from spring-boot-dependencies -->
634
<slf4j.version>1.7.36</slf4j.version>
635
636
- <spock.version>1.0-groovy-2.0</spock.version>
637
-
638
<!-- Redefine default value from spring-boot-dependencies in order to have the latest version -->
639
<!-- LATER: remove overriding once version from Spring Boot will match the used one -->
640
<spring-framework.version>5.2.25.RELEASE</spring-framework.version>
0 commit comments