Skip to content

Commit

Permalink
Upgrade to jakarta.activation 1.2.2 (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkevich authored Apr 15, 2020
1 parent 7164938 commit ac2d4bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
<artifactId>jakarta.activation</artifactId>
<version>${activation.version}</version>
</dependency>
<!-- Test dependencies -->
Expand Down Expand Up @@ -462,13 +462,14 @@
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
<source.property>1.8</source.property>
<target.property>1.8</target.property>
<netty.version>4.1.48.Final</netty.version>
<slf4j.version>1.7.30</slf4j.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<activation.version>1.2.0</activation.version>
<activation.version>1.2.2</activation.version>
<netty-reactive-streams.version>2.0.4</netty-reactive-streams.version>
<rxjava.version>1.3.8</rxjava.version>
<rxjava2.version>2.2.18</rxjava2.version>
Expand Down

0 comments on commit ac2d4bd

Please sign in to comment.