This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git
The following commit(s) were added to refs/heads/master by this push:
new ceb1b89 Bump com.fasterxml.jackson.core:jackson-core from 2.13.5 to
2.15.0
ceb1b89 is described below
commit ceb1b8947be58c9d96a49dab343144a819bcc2d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 27 15:45:24 2025 +0000
Bump com.fasterxml.jackson.core:jackson-core from 2.13.5 to 2.15.0
Bumps
[com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core)
from 2.13.5 to 2.15.0.
-
[Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties)
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.5...jackson-core-2.15.0)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3c3c7f9..8d40cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<properties>
<sling.java.version>11</sling.java.version>
<project.build.outputTimestamp>2025-06-25T07:05:44Z</project.build.outputTimestamp>
- <version.jackson>2.13.5</version.jackson>
+ <version.jackson>2.15.0</version.jackson>
</properties>
<dependencies>