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 89393c1c3 Bump junit-jupiter.version from 5.13.1 to 5.13.2
89393c1c3 is described below
commit 89393c1c3fef7c3a1b7c62047d7054cea770e5a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 24 17:19:27 2025 +0000
Bump junit-jupiter.version from 5.13.1 to 5.13.2
Bumps `junit-jupiter.version` from 5.13.1 to 5.13.2.
Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2)
Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2)
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 5.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-version: 5.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 5.13.2
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 269330b92..f37f57762 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -61,7 +61,7 @@
<felix.log.version>1.3.0</felix.log.version>
<felix.logback.version>1.0.6</felix.logback.version>
<flatten-maven-plugin.version>1.7.1</flatten-maven-plugin.version>
- <junit-jupiter.version>5.13.1</junit-jupiter.version>
+ <junit-jupiter.version>5.13.2</junit-jupiter.version>
<junit-platform.version>1.13.2</junit-platform.version>
<junit.version>4.13.2</junit.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>