Skip to content

Commit 8a5ca8d

Browse files
Bump junitPlatform from 1.14.0 to 1.14.1
Bumps `junitPlatform` from 1.14.0 to 1.14.1. Updates `org.junit.platform:junit-platform-runner` from 1.14.0 to 1.14.1 - [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.14.0 to 1.14.1 - [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.14.0 to 1.14.1 - [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.14.0 to 1.14.1 - [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.14.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Manfred Hanke <manfred.hanke@tngtech.com> Signed-off-by: Manfred Hanke <manfred.hanke@tngtech.com>
1 parent c7abe19 commit 8a5ca8d

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.14.0</version>
49+
<version>1.14.1</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.25.2"
33
junit5 = "5.14.0"
4-
junitPlatform = "1.14.0" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
4+
junitPlatform = "1.14.1" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
55
assertj = "3.27.6"
66

77
[libraries]

0 commit comments

Comments
 (0)