File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646 working-directory : finish
4747 steps :
4848 - uses : actions/checkout@v4
49- - name : Set up JDK 11
49+ - name : Set up JDK 17
5050 uses : actions/setup-java@v4
5151 with :
5252 distribution : ' semeru'
53- java-version : 11
53+ java-version : 17
5454 - run : unset _JAVA_OPTIONS
5555 - name : Run tests
5656 run : sudo -E ../scripts/testApp.sh
Original file line number Diff line number Diff line change 1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1212 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
13- <maven .compiler.source>11 </maven .compiler.source>
14- <maven .compiler.target>11 </maven .compiler.target>
13+ <maven .compiler.source>17 </maven .compiler.source>
14+ <maven .compiler.target>17 </maven .compiler.target>
1515 <liberty .var.http.port>9090</liberty .var.http.port>
1616 <liberty .var.https.port>9091</liberty .var.https.port>
1717 </properties >
Original file line number Diff line number Diff line change 1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
16- <maven .compiler.source>11 </maven .compiler.source>
17- <maven .compiler.target>11 </maven .compiler.target>
16+ <maven .compiler.source>17 </maven .compiler.source>
17+ <maven .compiler.target>17 </maven .compiler.target>
1818 <!-- Liberty configuration -->
1919 <liberty .var.default.hostname>localhost</liberty .var.default.hostname>
2020 <liberty .var.http.port>8080</liberty .var.http.port>
4949 <dependency >
5050 <groupId >org.junit.jupiter</groupId >
5151 <artifactId >junit-jupiter</artifactId >
52- <version >5.14.0 </version >
52+ <version >6.0.1 </version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.jboss.resteasy</groupId >
5757 <artifactId >resteasy-client</artifactId >
58- <version >6.2.14 .Final</version >
58+ <version >7.0.0 .Final</version >
5959 <scope >test</scope >
6060 </dependency >
6161 <dependency >
6262 <groupId >org.jboss.resteasy</groupId >
6363 <artifactId >resteasy-json-binding-provider</artifactId >
64- <version >6.2.14 .Final</version >
64+ <version >7.0.0 .Final</version >
6565 <scope >test</scope >
6666 </dependency >
6767 <dependency >
Original file line number Diff line number Diff line change 1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1212 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
13- <maven .compiler.source>11 </maven .compiler.source>
14- <maven .compiler.target>11 </maven .compiler.target>
13+ <maven .compiler.source>17 </maven .compiler.source>
14+ <maven .compiler.target>17 </maven .compiler.target>
1515 <liberty .var.http.port>9090</liberty .var.http.port>
1616 <liberty .var.https.port>9091</liberty .var.https.port>
1717 </properties >
Original file line number Diff line number Diff line change 1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
16- <maven .compiler.source>11 </maven .compiler.source>
17- <maven .compiler.target>11 </maven .compiler.target>
16+ <maven .compiler.source>17 </maven .compiler.source>
17+ <maven .compiler.target>17 </maven .compiler.target>
1818 <!-- Liberty configuration -->
1919 <liberty .var.default.hostname>localhost</liberty .var.default.hostname>
2020 <liberty .var.http.port>8080</liberty .var.http.port>
4949 <dependency >
5050 <groupId >org.junit.jupiter</groupId >
5151 <artifactId >junit-jupiter</artifactId >
52- <version >5.14.0 </version >
52+ <version >6.0.1 </version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.jboss.resteasy</groupId >
5757 <artifactId >resteasy-client</artifactId >
58- <version >6.2.14 .Final</version >
58+ <version >7.0.0 .Final</version >
5959 <scope >test</scope >
6060 </dependency >
6161 <dependency >
6262 <groupId >org.jboss.resteasy</groupId >
6363 <artifactId >resteasy-json-binding-provider</artifactId >
64- <version >6.2.14 .Final</version >
64+ <version >7.0.0 .Final</version >
6565 <scope >test</scope >
6666 </dependency >
6767 <dependency >
You can’t perform that action at this time.
0 commit comments