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.
2 parents 346cc4f + 5dcad06 commit e8fb6fdCopy full SHA for e8fb6fd
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>
@@ -41,9 +42,9 @@
41
42
<scope>runtime</scope>
43
</dependency>
44
<dependency>
- <groupId>org.codehaus.groovy</groupId>
45
+ <groupId>org.apache.groovy</groupId>
46
<artifactId>groovy</artifactId>
- <version>3.0.10</version>
47
+ <version>${groovy.version}</version>
48
49
<!-- test dependencies -->
50
0 commit comments