Skip to content

Commit 5e384b0

Browse files
Bump junitPlatform from 1.13.2 to 1.13.3
Bumps `junitPlatform` from 1.13.2 to 1.13.3. Updates `org.junit.platform:junit-platform-runner` from 1.13.2 to 1.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-commons` from 1.13.2 to 1.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-engine` from 1.13.2 to 1.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-launcher` from 1.13.2 to 1.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Manfred Hanke <[email protected]> Signed-off-by: Manfred Hanke <[email protected]>
1 parent 4748dff commit 5e384b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.platform</groupId>
4848
<artifactId>junit-platform-engine</artifactId>
49-
<version>1.13.2</version>
49+
<version>1.13.3</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
</dependencies>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
log4j = "2.24.3"
33
junit5 = "5.13.3"
4-
junitPlatform = "1.13.2" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
4+
junitPlatform = "1.13.3" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
55
assertj = "3.27.3"
66

77
[libraries]

0 commit comments

Comments
 (0)