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 6fe5ec556 Bump osgi.test.version from 1.1.0 to 1.3.0 in /spi-fly
6fe5ec556 is described below
commit 6fe5ec556c7d58edd422aabdbe209d07236f5809
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 17:48:46 2025 +0000
Bump osgi.test.version from 1.1.0 to 1.3.0 in /spi-fly
Bumps `osgi.test.version` from 1.1.0 to 1.3.0.
Updates `org.osgi:org.osgi.test.junit5` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/osgi/osgi-test/releases)
- [Commits](https://github.com/osgi/osgi-test/compare/1.1.0...1.3.0)
Updates `org.osgi:org.osgi.test.common` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/osgi/osgi-test/releases)
- [Commits](https://github.com/osgi/osgi-test/compare/1.1.0...1.3.0)
Updates `org.osgi:org.osgi.test.assertj.framework` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/osgi/osgi-test/releases)
- [Commits](https://github.com/osgi/osgi-test/compare/1.1.0...1.3.0)
---
updated-dependencies:
- dependency-name: org.osgi:org.osgi.test.junit5
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.osgi:org.osgi.test.common
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.osgi:org.osgi.test.assertj.framework
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 c2d9f3ebc..42baa4294 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -61,7 +61,7 @@
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<mockito.core.version>5.9.0</mockito.core.version>
<osgi.core.version>5.0.0</osgi.core.version>
- <osgi.test.version>1.1.0</osgi.test.version>
+ <osgi.test.version>1.3.0</osgi.test.version>
<slf4j.version>2.0.16</slf4j.version>
<maven.compiler.source>1.8</maven.compiler.source>