This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new b445e05552 Bump org.apache.geronimo.specs:geronimo-json_1.1_spec from
1.4 to 1.5 (#2433)
b445e05552 is described below
commit b445e05552299d3094d9dc04d4bbd1993a84158b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 18:20:51 2026 +0100
Bump org.apache.geronimo.specs:geronimo-json_1.1_spec from 1.4 to 1.5
(#2433)
Bumps org.apache.geronimo.specs:geronimo-json_1.1_spec from 1.4 to 1.5.
---
updated-dependencies:
- dependency-name: org.apache.geronimo.specs:geronimo-json_1.1_spec
dependency-version: '1.5'
dependency-type: direct:production
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>
---
features/core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/features/core/pom.xml b/features/core/pom.xml
index 0bb8d26a2c..d3ee2446d0 100644
--- a/features/core/pom.xml
+++ b/features/core/pom.xml
@@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-json_1.1_spec</artifactId>
- <version>1.4</version>
+ <version>1.5</version>
<scope>provided</scope>
</dependency>
<dependency>