File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:21.0.3_9 -jdk-alpine
1
+ FROM eclipse-temurin:21.0.4_7 -jdk-alpine
2
2
3
3
ENV LANG="en_US.UTF-8"
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "lint-staged" : " 15.2.2 " ,
4
- "prettier" : " 3.2.5 " ,
5
- "prettier-plugin-java" : " 2.6.0 " ,
3
+ "lint-staged" : " 15.2.10 " ,
4
+ "prettier" : " 3.3.3 " ,
5
+ "prettier-plugin-java" : " 2.6.4 " ,
6
6
"simple-git-hooks" : " 2.11.1"
7
7
},
8
8
"lint-staged" : {
Original file line number Diff line number Diff line change 13
13
<maven .compiler.target>17</maven .compiler.target>
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
16
- <quarkus-plugin .version>3.10.0 </quarkus-plugin .version>
17
- <quarkus .platform.version>3.10.0 </quarkus .platform.version>
18
- <surefire-plugin .version>3.2.5 </surefire-plugin .version>
16
+ <quarkus-plugin .version>3.15.1 </quarkus-plugin .version>
17
+ <quarkus .platform.version>3.15.1 </quarkus .platform.version>
18
+ <surefire-plugin .version>3.5.1 </surefire-plugin .version>
19
19
<quarkus .container-image.registry>ghcr.io</quarkus .container-image.registry>
20
20
<quarkus .container-image.group>derkoe</quarkus .container-image.group>
21
21
<quarkus .container-image.name>quarkus-htmx-todos</quarkus .container-image.name>
You can’t perform that action at this time.
0 commit comments