File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
junit5-arquillian-multiple-tomee
junit5-arquillian-simple-websockets Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ language governing permissions and limitations under the License. -->
40
40
<dependency >
41
41
<groupId >org.junit.jupiter</groupId >
42
42
<artifactId >junit-jupiter-engine</artifactId >
43
- <version >5.11.3 </version >
43
+ <version >5.12.0 </version >
44
44
</dependency >
45
45
</dependencies >
46
46
</plugin >
@@ -153,7 +153,7 @@ language governing permissions and limitations under the License. -->
153
153
<dependency >
154
154
<groupId >org.junit</groupId >
155
155
<artifactId >junit-bom</artifactId >
156
- <version >5.11.3 </version >
156
+ <version >5.12.0 </version >
157
157
<type >pom</type >
158
158
<scope >import</scope >
159
159
</dependency >
Original file line number Diff line number Diff line change 88
88
<dependency >
89
89
<groupId >org.junit.jupiter</groupId >
90
90
<artifactId >junit-jupiter-api</artifactId >
91
- <version >5.11.3 </version >
91
+ <version >5.12.0 </version >
92
92
<scope >test</scope >
93
93
</dependency >
94
94
<dependency >
95
95
<groupId >org.junit.jupiter</groupId >
96
96
<artifactId >junit-jupiter-engine</artifactId >
97
- <version >5.11.3 </version >
97
+ <version >5.12.0 </version >
98
98
<scope >test</scope >
99
99
</dependency >
100
100
<dependency >
Original file line number Diff line number Diff line change 26
26
<properties >
27
27
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
28
28
<tomee .version>10.0.2-SNAPSHOT</tomee .version>
29
- <junit .jupiter.version>5.11.3 </junit .jupiter.version>
29
+ <junit .jupiter.version>5.12.0 </junit .jupiter.version>
30
30
31
31
<!-- 1.8.1.Final is broken, see https://github.com/arquillian/arquillian-core/pull/583 -->
32
32
<arquillian .version>1.9.4.Final</arquillian .version>
Original file line number Diff line number Diff line change 28
28
<tomee .version>10.0.2-SNAPSHOT</tomee .version>
29
29
<tomcat .version>10.1.39</tomcat .version>
30
30
31
- <junit .jupiter.version>5.11.3 </junit .jupiter.version>
31
+ <junit .jupiter.version>5.12.0 </junit .jupiter.version>
32
32
<!-- 1.8.1.Final is broken, see https://github.com/arquillian/arquillian-core/pull/583 -->
33
33
<arquillian .version>1.9.4.Final</arquillian .version>
34
34
Original file line number Diff line number Diff line change 29
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
30
<version .tomee>10.0.2-SNAPSHOT</version .tomee>
31
31
<version .microprofile.config>3.0.2</version .microprofile.config>
32
- <junit .jupiter.version>5.11.3 </junit .jupiter.version>
32
+ <junit .jupiter.version>5.12.0 </junit .jupiter.version>
33
33
<arquillian .version>1.9.4.Final</arquillian .version>
34
34
<testcontainers-keycloak .version>3.6.0</testcontainers-keycloak .version>
35
35
</properties >
Original file line number Diff line number Diff line change 142
142
<version .jetty>11.0.20</version .jetty>
143
143
<version .ehcache>3.10.8</version .ehcache>
144
144
<junit .version>4.13.2</junit .version>
145
- <junit .jupiter.version>5.11.3 </junit .jupiter.version>
145
+ <junit .jupiter.version>5.12.0 </junit .jupiter.version>
146
146
<version .osgi.framework>4.2.0</version .osgi.framework>
147
147
<version .aether>1.13.1</version .aether>
148
148
<version .xalan>2.7.3</version .xalan>
You can’t perform that action at this time.
0 commit comments