From e05f685433f2e3af25b40323659d5096a9deddbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:54:07 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 11 updates Bumps the dev-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.sun.xml.bind:jaxb-impl | `2.2` | `4.0.0` | | com.sun.xml.bind:jaxb-xjc | `2.2` | `4.0.0` | | commons-io:commons-io | `2.17.0` | `2.18.0` | | org.glassfish.jaxb:jaxb-runtime | `2.3.5` | `4.0.0` | | net.sf.saxon:Saxon-HE | `9.4` | `12.0` | | [gov.nasa.pds:pds3-product-tools](https://github.com/NASA-PDS-Incubator/pds3-product-tools) | `4.4.0` | `4.4.1` | | [org.apache.tika:tika-core](https://github.com/apache/tika) | `2.8.0` | `3.0.0` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.13` | `6.2.0` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` | | com.sun.xml.bind:jaxb-core | `2.3.0` | `4.0.0` | | org.apache.logging.log4j:log4j-core | `2.24.0` | `2.24.2` | Updates `com.sun.xml.bind:jaxb-impl` from 2.2 to 4.0.0 Updates `com.sun.xml.bind:jaxb-xjc` from 2.2 to 4.0.0 Updates `commons-io:commons-io` from 2.17.0 to 2.18.0 Updates `org.glassfish.jaxb:jaxb-runtime` from 2.3.5 to 4.0.0 Updates `net.sf.saxon:Saxon-HE` from 9.4 to 12.0 Updates `gov.nasa.pds:pds3-product-tools` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/NASA-PDS-Incubator/pds3-product-tools/releases) - [Changelog](https://github.com/NASA-PDS/pds3-product-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/NASA-PDS-Incubator/pds3-product-tools/compare/v4.4.0...v4.4.1) Updates `org.apache.tika:tika-core` from 2.8.0 to 3.0.0 - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/compare/2.8.0...3.0.0) Updates `org.springframework:spring-core` from 6.1.13 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.2.0) Updates `org.springframework:spring-context` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0) Updates `com.sun.xml.bind:jaxb-core` from 2.3.0 to 4.0.0 Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.2 --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: com.sun.xml.bind:jaxb-xjc dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: net.sf.saxon:Saxon-HE dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: gov.nasa.pds:pds3-product-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.apache.tika:tika-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.sun.xml.bind:jaxb-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- catalog-legacy/pom.xml | 12 ++++++------ harvest-legacy/pom.xml | 16 ++++++++-------- registry-mgr-legacy/pom.xml | 4 ++-- search-core/pom.xml | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/catalog-legacy/pom.xml b/catalog-legacy/pom.xml index 96796a53..b2d11f0d 100644 --- a/catalog-legacy/pom.xml +++ b/catalog-legacy/pom.xml @@ -129,12 +129,12 @@ com.sun.xml.bind jaxb-core - 2.3.0 + 4.0.0 com.sun.xml.bind jaxb-impl - 3.0.2 + 4.0.0 javax.activation @@ -144,13 +144,13 @@ org.glassfish.jaxb jaxb-runtime - 2.3.5 + 4.0.0 org.apache.logging.log4j log4j-core - 2.24.0 + 2.24.2 @@ -163,7 +163,7 @@ commons-io commons-io - 2.17.0 + 2.18.0 compile @@ -177,7 +177,7 @@ gov.nasa.pds pds3-product-tools - 4.4.0 + 4.4.1 compile diff --git a/harvest-legacy/pom.xml b/harvest-legacy/pom.xml index a249ee35..92447038 100644 --- a/harvest-legacy/pom.xml +++ b/harvest-legacy/pom.xml @@ -154,7 +154,7 @@ commons-io commons-io - 2.17.0 + 2.18.0 compile @@ -171,7 +171,7 @@ com.sun.xml.bind jaxb-impl - 3.0.2 + 4.0.0 javax.activation @@ -182,7 +182,7 @@ org.glassfish.jaxb jaxb-runtime - 2.3.5 + 4.0.0 @@ -200,7 +200,7 @@ net.sf.saxon Saxon-HE - 9.4 + 12.0 org.hibernate.java-persistence @@ -210,7 +210,7 @@ gov.nasa.pds pds3-product-tools - 4.4.0 + 4.4.1 compile @@ -252,7 +252,7 @@ org.apache.tika tika-core - 2.8.0 + 3.0.0 @@ -264,13 +264,13 @@ org.springframework spring-core - 6.1.13 + 6.2.0 org.springframework spring-context - 6.1.14 + 6.2.0 diff --git a/registry-mgr-legacy/pom.xml b/registry-mgr-legacy/pom.xml index 574ca4ee..a795d18c 100644 --- a/registry-mgr-legacy/pom.xml +++ b/registry-mgr-legacy/pom.xml @@ -129,7 +129,7 @@ commons-io commons-io - 2.17.0 + 2.18.0 org.apache.commons @@ -144,7 +144,7 @@ net.sf.saxon Saxon-HE - 9.9.1-7 + 12.0 diff --git a/search-core/pom.xml b/search-core/pom.xml index 2edc5fae..61add959 100644 --- a/search-core/pom.xml +++ b/search-core/pom.xml @@ -114,13 +114,13 @@ com.sun.xml.bind jaxb-impl - 2.2 + 4.0.0 compile com.sun.xml.bind jaxb-xjc - 2.2 + 4.0.0 compile