File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
java-version : ${{ matrix.java }}
38
38
- name : Test with Maven
39
+ if : matrix.java != '16-ea'
39
40
run : ./mvnw test -B -D"license.skip=true"
41
+ - name : Test with Maven
42
+ if : matrix.java == '16-ea'
43
+ run : ./mvnw test -B -D"license.skip=true"
44
+ env :
45
+ MAVEN_OPTS : --add-opens java.base/java.util=ALL-UNNAMED
Original file line number Diff line number Diff line change 38
38
<spring .batch.version>4.3.1</spring .batch.version>
39
39
<clirr .comparisonVersion>1.2.0</clirr .comparisonVersion>
40
40
<module .name>org.mybatis.dynamic.sql</module .name>
41
- <kotlin .version>1.4.21</kotlin .version>
41
+ <kotlin .version>1.4.21-2 </kotlin .version>
42
42
<kotlin .compiler.jvmTarget>1.8</kotlin .compiler.jvmTarget>
43
43
<sonar .sources>pom.xml,src/main/java,src/main/kotlin</sonar .sources>
44
44
<sonar .tests>src/test/java,src/test/kotlin</sonar .tests>
45
45
<kotlin .code.style>official</kotlin .code.style>
46
- <test .containers.version>1.15.0 </test .containers.version>
46
+ <test .containers.version>1.15.1 </test .containers.version>
47
47
<osgi .export>org.mybatis.dynamic.sql.*;version=${project.version} ;-noimport:=true</osgi .export>
48
48
</properties >
49
49
206
206
<dependency >
207
207
<groupId >org.springframework</groupId >
208
208
<artifactId >spring-jdbc</artifactId >
209
- <version >5.3.2 </version >
209
+ <version >5.3.3 </version >
210
210
<scope >provided</scope >
211
211
<optional >true</optional >
212
212
</dependency >
You can’t perform that action at this time.
0 commit comments