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 150d0aa03 Bump junit-platform.version from 1.14.2 to 1.14.3
150d0aa03 is described below
commit 150d0aa03931b9fec725f4f5d191800c319cfa54
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 18:28:12 2026 +0000
Bump junit-platform.version from 1.14.2 to 1.14.3
Bumps `junit-platform.version` from 1.14.2 to 1.14.3.
Updates `org.junit.platform:junit-platform-commons` from 1.14.2 to 1.14.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.14.2 to 1.14.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.14.2 to 1.14.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-commons
dependency-version: 1.14.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
dependency-version: 1.14.3
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-engine
dependency-version: 1.14.3
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 a48fe38bf..30556907d 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -62,7 +62,7 @@
<felix.logback.version>1.0.6</felix.logback.version>
<flatten-maven-plugin.version>1.7.3</flatten-maven-plugin.version>
<junit-jupiter.version>5.14.2</junit-jupiter.version>
- <junit-platform.version>1.14.2</junit-platform.version>
+ <junit-platform.version>1.14.3</junit-platform.version>
<junit.version>4.13.2</junit.version>
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.10.0</maven-dependency-plugin.version>