File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:17 -jre-jammy
1
+ FROM eclipse-temurin:21 -jre-jammy
2
2
3
3
RUN useradd -s /bin/bash user
4
4
USER user
Original file line number Diff line number Diff line change 18
18
</parent >
19
19
20
20
<properties >
21
- <java .version>17 </java .version>
21
+ <java .version>21 </java .version>
22
22
23
23
<javax .interceptor-api>1.2.2</javax .interceptor-api>
24
24
36
36
<spotbugs .version>4.7.1</spotbugs .version>
37
37
<jcip-annotations .version>1.0</jcip-annotations .version>
38
38
<dependency-check .version>9.0.8</dependency-check .version>
39
- <jacoco-maven-plugin .version>0.8.8 </jacoco-maven-plugin .version>
39
+ <jacoco-maven-plugin .version>0.8.12 </jacoco-maven-plugin .version>
40
40
41
41
<!-- Checkstyle-->
42
42
<maven-checkstyle-plugin .version>3.1.2</maven-checkstyle-plugin .version>
You can’t perform that action at this time.
0 commit comments