Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 10 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` |
| 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.1` |



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 `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](NASA-PDS/pds3-product-tools@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](apache/tika@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](spring-projects/spring-framework@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](spring-projects/spring-framework@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.1

---
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: 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 7d35483 commit 5e93215
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions catalog-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.2</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand All @@ -144,13 +144,13 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.5</version>
<version>4.0.0</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.24.0</version>
<version>2.24.1</version>
</dependency>

<dependency>
Expand All @@ -177,7 +177,7 @@
<dependency>
<groupId>gov.nasa.pds</groupId>
<artifactId>pds3-product-tools</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
14 changes: 7 additions & 7 deletions harvest-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.2</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand All @@ -182,7 +182,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.5</version>
<version>4.0.0</version>
</dependency>

<dependency>
Expand All @@ -200,7 +200,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.4</version>
<version>12.0</version>
</dependency>
<dependency>
<groupId>org.hibernate.java-persistence</groupId>
Expand All @@ -210,7 +210,7 @@
<dependency>
<groupId>gov.nasa.pds</groupId>
<artifactId>pds3-product-tools</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.8.0</version>
<version>3.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.common/google-collect -->
<dependency>
Expand All @@ -264,13 +264,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.1.13</version>
<version>6.2.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.14</version>
<version>6.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion registry-mgr-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.9.1-7</version>
<version>12.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions search-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2</version>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.2</version>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5e93215

Please sign in to comment.