This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new fdced9f4d Bump org.ops4j.pax.tinybundles:tinybundles from 4.0.0 to
4.0.1
fdced9f4d is described below
commit fdced9f4d24f997cda033e0a6b810b345b874dbd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 03:24:36 2025 +0000
Bump org.ops4j.pax.tinybundles:tinybundles from 4.0.0 to 4.0.1
Bumps
[org.ops4j.pax.tinybundles:tinybundles](https://github.com/ops4j/org.ops4j.pax.tinybundles)
from 4.0.0 to 4.0.1.
-
[Commits](https://github.com/ops4j/org.ops4j.pax.tinybundles/compare/tinybundles-4.0.0...tinybundles-4.0.1)
---
updated-dependencies:
- dependency-name: org.ops4j.pax.tinybundles:tinybundles
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
systests/osgi-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/osgi-tests/pom.xml b/systests/osgi-tests/pom.xml
index 257826a56..43e67af59 100644
--- a/systests/osgi-tests/pom.xml
+++ b/systests/osgi-tests/pom.xml
@@ -139,7 +139,7 @@
<dependency>
<groupId>org.ops4j.pax.tinybundles</groupId>
<artifactId>tinybundles</artifactId>
- <version>4.0.0</version>
+ <version>4.0.1</version>
<scope>test</scope>
</dependency>
<dependency>