Skip to content

Commit c5ebfb8

Browse files
Merge pull request #2441 from yurake/renovate/junit5-monorepo
Update junit5 monorepo to v5.8.1
2 parents f5fb4ee + 46c985a commit c5ebfb8

File tree

1 file changed

+3
-3
lines changed
  • application/web-java-openliberty

1 file changed

+3
-3
lines changed

application/web-java-openliberty/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.junit.jupiter</groupId>
9999
<artifactId>junit-jupiter</artifactId>
100-
<version>5.7.2</version>
100+
<version>5.8.1</version>
101101
<scope>test</scope>
102102
</dependency>
103103
<dependency>
@@ -133,13 +133,13 @@
133133
<dependency>
134134
<groupId>org.junit.jupiter</groupId>
135135
<artifactId>junit-jupiter-api</artifactId>
136-
<version>5.7.2</version>
136+
<version>5.8.1</version>
137137
<scope>test</scope>
138138
</dependency>
139139
<dependency>
140140
<groupId>org.junit.jupiter</groupId>
141141
<artifactId>junit-jupiter-engine</artifactId>
142-
<version>5.7.2</version>
142+
<version>5.8.1</version>
143143
<scope>test</scope>
144144
</dependency>
145145
<dependency>

0 commit comments

Comments
 (0)