This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git
The following commit(s) were added to refs/heads/main by this push:
new 0400d1f1 Bump net.sf.saxon:Saxon-HE from 9.6.0-7 to 9.9.1-8 (#139)
0400d1f1 is described below
commit 0400d1f14bf5b020d5a29d737f5b7d11d6e79dac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 24 08:07:12 2025 +0200
Bump net.sf.saxon:Saxon-HE from 9.6.0-7 to 9.9.1-8 (#139)
Bumps net.sf.saxon:Saxon-HE from 9.6.0-7 to 9.9.1-8.
---
updated-dependencies:
- dependency-name: net.sf.saxon:Saxon-HE
dependency-version: 9.9.1-8
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
hazelcast/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hazelcast/pom.xml b/hazelcast/pom.xml
index 0f5c2706..069a1a41 100644
--- a/hazelcast/pom.xml
+++ b/hazelcast/pom.xml
@@ -81,7 +81,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
- <version>9.6.0-7</version>
+ <version>9.9.1-8</version>
<scope>test</scope>
</dependency>
</dependencies>