We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded8085 commit 5dcad06Copy full SHA for 5dcad06
mybatis-spring-boot-samples/mybatis-spring-boot-sample-groovy/pom.xml
@@ -28,6 +28,7 @@
28
<name>mybatis-spring-boot-sample-groovy</name>
29
<properties>
30
<module.name>org.mybatis.spring.boot.sample.groovy</module.name>
31
+ <groovy.version>4.0.2</groovy.version>
32
<maven.site.skip>true</maven.site.skip> <!-- Workaround for build error -->
33
</properties>
34
<dependencies>
@@ -43,7 +44,7 @@
43
44
<dependency>
45
<groupId>org.apache.groovy</groupId>
46
<artifactId>groovy</artifactId>
- <version>4.0.2</version>
47
+ <version>${groovy.version}</version>
48
</dependency>
49
<!-- test dependencies -->
50
0 commit comments