Skip to content

Commit 26d370e

Browse files
committed
refactor: inline version of spock-core
1 parent e52d79d commit 26d370e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
<dependency>
476476
<groupId>org.spockframework</groupId>
477477
<artifactId>spock-core</artifactId>
478-
<version>${spock.version}</version>
478+
<version>1.0-groovy-2.0</version>
479479
<scope>test</scope>
480480
</dependency>
481481

@@ -633,8 +633,6 @@
633633
<!-- Redefine default value from spring-boot-dependencies -->
634634
<slf4j.version>1.7.36</slf4j.version>
635635

636-
<spock.version>1.0-groovy-2.0</spock.version>
637-
638636
<!-- Redefine default value from spring-boot-dependencies in order to have the latest version -->
639637
<!-- LATER: remove overriding once version from Spring Boot will match the used one -->
640638
<spring-framework.version>5.2.25.RELEASE</spring-framework.version>

0 commit comments

Comments
 (0)