File tree Expand file tree Collapse file tree 4 files changed +10
-15
lines changed Expand file tree Collapse file tree 4 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
name : " Package and linting"
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - name : set up JDK 16
15
+ - name : set up JDK 17
16
16
uses : actions/setup-java@v2
17
17
with :
18
18
distribution : ' temurin'
19
- java-version : 16
19
+ java-version : 17
20
20
architecture : x64
21
21
- name : Cache Maven packages
22
22
@@ -38,11 +38,11 @@ jobs:
38
38
- mvn -pl webgoat-integration-tests test
39
39
steps :
40
40
- uses : actions/checkout@v2
41
- - name : set up JDK 16
41
+ - name : set up JDK 17
42
42
uses : actions/setup-java@v2
43
43
with :
44
- distribution : ' zulu '
45
- java-version : 16
44
+ distribution : ' temurin '
45
+ java-version : 17
46
46
architecture : x64
47
47
- name : Cache Maven packages
48
48
Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
os : [ubuntu-latest, windows-latest, macos-latest]
29
- java : [16 ]
29
+ java : [17 ]
30
30
steps :
31
31
- uses : actions/checkout@v2
32
32
- name : Set up JDK ${{ matrix.java }}
Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:16.0.2_7 -jdk-focal
1
+ FROM eclipse-temurin:17_35 -jdk-focal
2
2
3
3
RUN apt-get update
4
4
RUN useradd -ms /bin/bash webgoat
Original file line number Diff line number Diff line change 19
19
<inceptionYear >2006</inceptionYear >
20
20
<url >https://github.com/WebGoat/WebGoat</url >
21
21
22
- <prerequisites >
23
- <maven >3.2.5</maven >
24
- </prerequisites >
25
-
26
22
<organization >
27
23
<name >OWASP</name >
28
24
<url >https://github.com/WebGoat/WebGoat/</url >
114
110
<!-- Use UTF-8 Encoding -->
115
111
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
116
112
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
117
- <maven .compiler.source>15 </maven .compiler.source>
118
- <maven .compiler.target>15 </maven .compiler.target>
113
+ <maven .compiler.source>17 </maven .compiler.source>
114
+ <maven .compiler.target>17 </maven .compiler.target>
119
115
120
116
<!-- Shared properties with plugins and version numbers across submodules-->
121
- <activation .version>1.1.1</activation .version>
122
117
<asciidoctorj .version>2.5.2</asciidoctorj .version>
123
118
<commons-collections .version>3.2.1</commons-collections .version>
124
119
<commons-lang3 .version>3.12.0</commons-lang3 .version>
132
127
<maven-javadoc-plugin .version>3.1.1</maven-javadoc-plugin .version>
133
128
<maven-source-plugin .version>3.1.0</maven-source-plugin .version>
134
129
<maven-surefire-plugin .version>3.0.0-M5</maven-surefire-plugin .version>
135
- <java .version>15 </java .version>
130
+ <java .version>17 </java .version>
136
131
</properties >
137
132
138
133
<modules >
You can’t perform that action at this time.
0 commit comments