This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 74469e3d7 Bump junit-platform.version from 1.12.0 to 1.12.1
74469e3d7 is described below
commit 74469e3d7dd20cf5d33c26976341ff0f5ba260c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 14 20:12:39 2025 +0000
Bump junit-platform.version from 1.12.0 to 1.12.1
Bumps `junit-platform.version` from 1.12.0 to 1.12.1.
Updates `org.junit.platform:junit-platform-commons` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)
Updates `org.junit.platform:junit-platform-launcher` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)
Updates `org.junit.platform:junit-platform-engine` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)
---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-commons
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-engine
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
spi-fly/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 99440cb2a..f94e93cb2 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -61,7 +61,7 @@
<felix.logback.version>1.0.6</felix.logback.version>
<flatten-maven-plugin.version>1.7.0</flatten-maven-plugin.version>
<junit-jupiter.version>5.12.0</junit-jupiter.version>
- <junit-platform.version>1.12.0</junit-platform.version>
+ <junit-platform.version>1.12.1</junit-platform.version>
<junit.version>4.13.2</junit.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>