Skip to content

Commit

Permalink
Dependency upgrades (#173)
Browse files Browse the repository at this point in the history
* Bump net.sf.saxon:Saxon-HE from 12.3 to 12.5 (#168)

Bumps net.sf.saxon:Saxon-HE from 12.3 to 12.5.

---
updated-dependencies:
- dependency-name: net.sf.saxon:Saxon-HE
  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>

* Bump com.sun.xml.bind:jaxb-impl from 4.0.4 to 4.0.5 (#166)

Bumps com.sun.xml.bind:jaxb-impl from 4.0.4 to 4.0.5.

---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-impl
  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>

* Bump org.junit.jupiter:junit-jupiter from 5.7.0 to 5.10.3 (#163)

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.7.0 to 5.10.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.0...r5.10.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  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>

* Bump gov.nasa:pds from 1.12.0 to 1.18.0 (#162)

Bumps [gov.nasa:pds](https://github.com/NASA-PDS/pdsen-maven-parent) from 1.12.0 to 1.18.0.
- [Release notes](https://github.com/NASA-PDS/pdsen-maven-parent/releases)
- [Changelog](https://github.com/NASA-PDS/pdsen-maven-parent/blob/main/CHANGELOG.md)
- [Commits](NASA-PDS/pdsen-maven-parent@v1.12.0...v1.18.0)

---
updated-dependencies:
- dependency-name: gov.nasa:pds
  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>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tloubrieu-jpl and dependabot[bot] authored Aug 9, 2024
1 parent 1a60188 commit 2a2942d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>gov.nasa</groupId>
<artifactId>pds</artifactId>
<version>1.12.0</version>
<version>1.18.0</version>
</parent>

<groupId>gov.nasa.pds</groupId>
Expand Down Expand Up @@ -119,13 +119,13 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.3</version>
<version>12.5</version>
</dependency>
<!-- unit testing module -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.0</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
<!-- three (3) artifacts for complete configuration parsing -->
Expand All @@ -137,7 +137,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
Expand Down

0 comments on commit 2a2942d

Please sign in to comment.