File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,3 @@ updates:
2525 schedule :
2626 interval : daily
2727 open-pull-requests-limit : 10
28- ignore :
29- - dependency-name : org.hsqldb:hsqldb
30- versions :
31- - " >= 2.6.0"
Original file line number Diff line number Diff line change 5252 </distributionManagement >
5353
5454 <properties >
55+ <java .test.version>11</java .test.version>
56+ <java .test.release.version>11</java .test.release.version>
5557 <junit .jupiter.version>5.9.0</junit .jupiter.version>
5658 <junit .platform.version>1.9.0</junit .platform.version>
5759 <spring .batch.version>4.3.6</spring .batch.version>
7678
7779 <build >
7880 <plugins >
81+ <plugin >
82+ <groupId >org.apache.maven.plugins</groupId >
83+ <artifactId >maven-enforcer-plugin</artifactId >
84+ <configuration >
85+ <rules >
86+ <enforceBytecodeVersion >
87+ <maxJdkVersion >${java.version} </maxJdkVersion >
88+ <ignoredScopes >test</ignoredScopes >
89+ </enforceBytecodeVersion >
90+ </rules >
91+ </configuration >
92+ </plugin >
7993 <plugin >
8094 <groupId >org.jetbrains.kotlin</groupId >
8195 <artifactId >kotlin-maven-plugin</artifactId >
280294 <dependency >
281295 <groupId >org.hsqldb</groupId >
282296 <artifactId >hsqldb</artifactId >
283- <version >2.5.2 </version >
297+ <version >2.7.0 </version >
284298 <scope >test</scope >
285299 </dependency >
286300 <dependency >
You can’t perform that action at this time.
0 commit comments