Skip to content

Commit cdb2833

Browse files
[MNG-8689] Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.2 (#2262)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- https://issues.apache.org/jira/browse/MNG-8689
1 parent 2b4b74d commit cdb2833

File tree

2 files changed

+2
-2
lines changed
  • its
    • core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader

2 files changed

+2
-2
lines changed

Diff for: its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ under the License.
5959
<dependency>
6060
<groupId>org.junit.jupiter</groupId>
6161
<artifactId>junit-jupiter</artifactId>
62-
<version>5.11.4</version>
62+
<version>5.12.2</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<!-- dedicated IT artifact that is surely not shadowed by the Maven core -->

Diff for: its/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ under the License.
248248
<dependency>
249249
<groupId>org.junit.jupiter</groupId>
250250
<artifactId>junit-jupiter</artifactId>
251-
<version>5.11.4</version>
251+
<version>5.12.2</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.apache.maven.plugin-tools</groupId>

0 commit comments

Comments
 (0)