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:
25
25
schedule :
26
26
interval : daily
27
27
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 52
52
</distributionManagement >
53
53
54
54
<properties >
55
+ <java .test.version>11</java .test.version>
56
+ <java .test.release.version>11</java .test.release.version>
55
57
<junit .jupiter.version>5.9.0</junit .jupiter.version>
56
58
<junit .platform.version>1.9.0</junit .platform.version>
57
59
<spring .batch.version>4.3.6</spring .batch.version>
76
78
77
79
<build >
78
80
<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 >
79
93
<plugin >
80
94
<groupId >org.jetbrains.kotlin</groupId >
81
95
<artifactId >kotlin-maven-plugin</artifactId >
280
294
<dependency >
281
295
<groupId >org.hsqldb</groupId >
282
296
<artifactId >hsqldb</artifactId >
283
- <version >2.5.2 </version >
297
+ <version >2.7.0 </version >
284
298
<scope >test</scope >
285
299
</dependency >
286
300
<dependency >
You can’t perform that action at this time.
0 commit comments