File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
frameworks/Java/smart-socket Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
<packaging >jar</packaging >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
- <maven .compiler.source>17 </maven .compiler.source>
12
- <maven .compiler.target>17 </maven .compiler.target>
11
+ <maven .compiler.source>21 </maven .compiler.source>
12
+ <maven .compiler.target>21 </maven .compiler.target>
13
13
<log4j .version>2.17.1</log4j .version>
14
14
<smartservlet .version>1.5-SNAPSHOT</smartservlet .version>
15
15
<hikaricp .version>5.0.0</hikaricp .version>
Original file line number Diff line number Diff line change 1
- FROM maven:3.8.6-openjdk-18-slim as maven
1
+ FROM maven:3.9.7-amazoncorretto-21 as maven
2
2
WORKDIR /smart-socket
3
3
COPY pom.xml pom.xml
4
4
COPY src src
Original file line number Diff line number Diff line change 1
- FROM maven:3.8.6-openjdk-18-slim as maven
1
+ FROM maven:3.9.7-amazoncorretto-21 as maven
2
2
WORKDIR /smart-socket
3
3
COPY pom.xml pom.xml
4
4
COPY src src
You can’t perform that action at this time.
0 commit comments