Skip to content

Commit

Permalink
#77 updated some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baubakg committed May 13, 2024
1 parent 1064ea3 commit d57e7f2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.13.0</version>

<configuration>
<source>1.8</source>
Expand All @@ -86,7 +87,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<version>4.5</version>
<configuration>
<header>${license.dir}/license.txt</header>
<properties>
Expand Down Expand Up @@ -125,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -151,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -335,7 +336,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.17.1</version>
</dependency>
<!-- Using 4.11.0 because we want to keep Java8 compatibility -->
<dependency>
Expand Down

0 comments on commit d57e7f2

Please sign in to comment.