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 a202b6191 Bump org.osgi:org.osgi.core from 4.2.0 to 6.0.0
a202b6191 is described below
commit a202b6191494a11eebc9c223593c939de6bf2370
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 18:18:33 2025 +0000
Bump org.osgi:org.osgi.core from 4.2.0 to 6.0.0
Bumps org.osgi:org.osgi.core from 4.2.0 to 6.0.0.
---
updated-dependencies:
- dependency-name: org.osgi:org.osgi.core
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
application/application-modeller-common-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/application-modeller-common-test/pom.xml
b/application/application-modeller-common-test/pom.xml
index 33ffc7008..8dda5765d 100644
--- a/application/application-modeller-common-test/pom.xml
+++ b/application/application-modeller-common-test/pom.xml
@@ -48,7 +48,7 @@
<org.apache.aries.blueprint.core.version>1.0.0</org.apache.aries.blueprint.core.version>
<org.apache.aries.testsupport.unit.version>1.0.0</org.apache.aries.testsupport.unit.version>
<org.osgi.compendium.version>4.2.0</org.osgi.compendium.version>
- <org.osgi.core.version>4.2.0</org.osgi.core.version>
+ <org.osgi.core.version>6.0.0</org.osgi.core.version>
</properties>
<dependencies>