This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 9e3db15aed build(deps): bump jackson.version from 2.19.0 to 2.19.1
(#2144)
9e3db15aed is described below
commit 9e3db15aed15b4471a75709500b7b8d39c0cbdc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 13:04:52 2025 +0200
build(deps): bump jackson.version from 2.19.0 to 2.19.1 (#2144)
Bumps `jackson.version` from 2.19.0 to 2.19.1.
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.0 to
2.19.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.0 to 2.19.1
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.19.0...jackson-core-2.19.1)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.19.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from
2.19.0 to 2.19.1
-
[Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.19.0...jackson-dataformat-xml-2.19.1)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from
2.19.0 to 2.19.1
-
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.19.0...jackson-dataformats-text-2.19.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-version: 2.19.1
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.19.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.19.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
dependency-version: 2.19.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-version: 2.19.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 90153b08a6..f7c9f7e1d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<hamcrest.version>3.0</hamcrest.version>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
- <jackson.version>2.19.0</jackson.version>
+ <jackson.version>2.19.1</jackson.version>
<woodstox-core.version>7.1.1</woodstox-core.version>
<!-- When updating this to the latest version, we're getting errors in the
opcua server tests -->
<jaxb.version>4.0.4</jaxb.version>