Skip to content

Commit bf8823a

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 (#2511)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bef968 commit bf8823a

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

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

Lines changed: 1 addition & 1 deletion
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.13.1</version>
62+
<version>5.13.2</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<!-- dedicated IT artifact that is surely not shadowed by the Maven core -->

its/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ under the License.
255255
<dependency>
256256
<groupId>org.junit.jupiter</groupId>
257257
<artifactId>junit-jupiter</artifactId>
258-
<version>5.13.1</version>
258+
<version>5.13.2</version>
259259
</dependency>
260260
<dependency>
261261
<groupId>org.apache.maven.plugin-tools</groupId>

0 commit comments

Comments
 (0)