File tree Expand file tree Collapse file tree 5 files changed +22
-22
lines changed
Expand file tree Collapse file tree 5 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 working-directory : finish
5050 steps :
5151 - uses : actions/checkout@v4
52- - name : Set up JDK 11
52+ - name : Set up JDK 17
5353 uses : actions/setup-java@v4
5454 with :
5555 distribution : ' semeru'
56- java-version : 11
56+ java-version : 17
5757 - run : unset _JAVA_OPTIONS
5858 - name : Run tests
5959 run : ../scripts/testApp.sh
Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15- <maven .compiler.source>11 </maven .compiler.source>
16- <maven .compiler.target>11 </maven .compiler.target>
15+ <maven .compiler.source>17 </maven .compiler.source>
16+ <maven .compiler.target>17 </maven .compiler.target>
1717 <!-- Default test properties -->
1818 <system .kube.service>system-service</system .kube.service>
1919 <system .service.root>localhost:31000</system .service.root>
4848 <dependency >
4949 <groupId >org.junit.jupiter</groupId >
5050 <artifactId >junit-jupiter</artifactId >
51- <version >5.14.0 </version >
51+ <version >6.0.1 </version >
5252 <scope >test</scope >
5353 </dependency >
5454 <dependency >
5555 <groupId >org.jboss.resteasy</groupId >
5656 <artifactId >resteasy-client</artifactId >
57- <version >6.2.14 .Final</version >
57+ <version >7.0.0 .Final</version >
5858 <scope >test</scope >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.jboss.resteasy</groupId >
6262 <artifactId >resteasy-json-binding-provider</artifactId >
63- <version >6.2.14 .Final</version >
63+ <version >7.0.0 .Final</version >
6464 <scope >test</scope >
6565 </dependency >
6666 <dependency >
Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15- <maven .compiler.source>11 </maven .compiler.source>
16- <maven .compiler.target>11 </maven .compiler.target>
15+ <maven .compiler.source>17 </maven .compiler.source>
16+ <maven .compiler.target>17 </maven .compiler.target>
1717 <!-- Default test properties -->
1818 <system .service.root>localhost:31000</system .service.root>
1919 <system .appName>system</system .appName>
4141 <dependency >
4242 <groupId >org.junit.jupiter</groupId >
4343 <artifactId >junit-jupiter</artifactId >
44- <version >5.14.0 </version >
44+ <version >6.0.1 </version >
4545 <scope >test</scope >
4646 </dependency >
4747 <dependency >
4848 <groupId >org.jboss.resteasy</groupId >
4949 <artifactId >resteasy-client</artifactId >
50- <version >6.2.14 .Final</version >
50+ <version >7.0.0 .Final</version >
5151 <scope >test</scope >
5252 </dependency >
5353 <dependency >
5454 <groupId >org.jboss.resteasy</groupId >
5555 <artifactId >resteasy-json-binding-provider</artifactId >
56- <version >6.2.14 .Final</version >
56+ <version >7.0.0 .Final</version >
5757 <scope >test</scope >
5858 </dependency >
5959 </dependencies >
Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15- <maven .compiler.source>11 </maven .compiler.source>
16- <maven .compiler.target>11 </maven .compiler.target>
15+ <maven .compiler.source>17 </maven .compiler.source>
16+ <maven .compiler.target>17 </maven .compiler.target>
1717 <!-- Default test properties -->
1818 <system .kube.service>system-service</system .kube.service>
1919 <system .service.root>localhost:31000</system .service.root>
4848 <dependency >
4949 <groupId >org.junit.jupiter</groupId >
5050 <artifactId >junit-jupiter</artifactId >
51- <version >5.14.0 </version >
51+ <version >6.0.1 </version >
5252 <scope >test</scope >
5353 </dependency >
5454 <dependency >
5555 <groupId >org.jboss.resteasy</groupId >
5656 <artifactId >resteasy-client</artifactId >
57- <version >6.2.14 .Final</version >
57+ <version >7.0.0 .Final</version >
5858 <scope >test</scope >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.jboss.resteasy</groupId >
6262 <artifactId >resteasy-json-binding-provider</artifactId >
63- <version >6.2.14 .Final</version >
63+ <version >7.0.0 .Final</version >
6464 <scope >test</scope >
6565 </dependency >
6666 <dependency >
Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15- <maven .compiler.source>11 </maven .compiler.source>
16- <maven .compiler.target>11 </maven .compiler.target>
15+ <maven .compiler.source>17 </maven .compiler.source>
16+ <maven .compiler.target>17 </maven .compiler.target>
1717 <!-- Default test properties -->
1818 <system .service.root>localhost:31000</system .service.root>
1919 <!-- Liberty configuration -->
4040 <dependency >
4141 <groupId >org.junit.jupiter</groupId >
4242 <artifactId >junit-jupiter</artifactId >
43- <version >5.14.0 </version >
43+ <version >6.0.1 </version >
4444 <scope >test</scope >
4545 </dependency >
4646 <dependency >
4747 <groupId >org.jboss.resteasy</groupId >
4848 <artifactId >resteasy-client</artifactId >
49- <version >6.2.14 .Final</version >
49+ <version >7.0.0 .Final</version >
5050 <scope >test</scope >
5151 </dependency >
5252 <dependency >
5353 <groupId >org.jboss.resteasy</groupId >
5454 <artifactId >resteasy-json-binding-provider</artifactId >
55- <version >6.2.14 .Final</version >
55+ <version >7.0.0 .Final</version >
5656 <scope >test</scope >
5757 </dependency >
5858 </dependencies >
You can’t perform that action at this time.
0 commit comments