File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
strategy :
12
12
matrix :
13
- jdk : [8, 11, 17, 19 ]
13
+ jdk : [8, 11, 17, 20 ]
14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 30
16
16
Original file line number Diff line number Diff line change 30
30
<scope >compile</scope >
31
31
</dependency >
32
32
<dependency >
33
- <groupId >org.codehaus .groovy</groupId >
33
+ <groupId >org.apache .groovy</groupId >
34
34
<artifactId >groovy-jsr223</artifactId >
35
35
<version >${groovy.version} </version >
36
36
</dependency >
37
37
<dependency >
38
- <groupId >org.codehaus .groovy</groupId >
38
+ <groupId >org.apache .groovy</groupId >
39
39
<artifactId >groovy-templates</artifactId >
40
40
<version >${groovy.version} </version >
41
41
</dependency >
115
115
</build >
116
116
<properties >
117
117
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
118
- <groovy .version>3 .0.13 </groovy .version>
118
+ <groovy .version>4 .0.15 </groovy .version>
119
119
</properties >
120
120
</project >
You can’t perform that action at this time.
0 commit comments