Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Oct 31, 2020
1 parent c4c3538 commit da69f7b
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jsonp.version>2.0.0-RC2</jsonp.version>
<jsonb.version>2.0.0-RC1</jsonb.version>
<joy.version>2.0.0-RC2</joy.version>
<junit.version>5.6.2</junit.version>
<jsonp.version>2.0.0</jsonp.version>
<jsonb.version>2.0.0-RC2</jsonb.version>
<joy.version>2.0.0</joy.version>
<junit.version>5.7.0</junit.version>
<test.log.level>OFF</test.log.level>
<jsonp.provider.groupId>org.glassfish</jsonp.provider.groupId>
<jsonp.provider.artifactId>jakarta.json</jsonp.provider.artifactId>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>67.1</version>
<version>68.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.14.0</version>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
<exclusions>
<exclusion>
<groupId>org.glassfish</groupId>
Expand All @@ -97,12 +97,12 @@
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.18</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.24.v20191120</version>
<version>9.4.33.v20201020</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -113,7 +113,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -169,7 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<encoding>UTF-8</encoding>
<docencoding>UTF-8</docencoding>
Expand All @@ -194,12 +194,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<configuration>
<propertiesEncoding>ISO-8859-1</propertiesEncoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -213,7 +216,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M5</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit da69f7b

Please sign in to comment.