Skip to content

Commit

Permalink
Merge pull request #180 from NASA-PDS/dependabot_fixes
Browse files Browse the repository at this point in the history
Dependabot fixes
  • Loading branch information
jordanpadams authored Sep 5, 2024
2 parents c027668 + 0ea755a commit ae58da7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>1.9.0</version>
</dependency>
<!-- XML escaping, String utils -->
<dependency>
Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.17.1</version>
</dependency>
<!-- File type detection -->
<dependency>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.11.0</version>
</dependency>
<!-- XML to JSON converter -->
<dependency>
Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down Expand Up @@ -167,7 +167,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.5.RELEASE</version>
<version>3.3.2</version>
<configuration>
<mainClass>gov.nasa.pds.harvest.HarvestMain</mainClass>
<layout>JAR</layout>
Expand Down

0 comments on commit ae58da7

Please sign in to comment.