Skip to content

Commit a2fc11a

Browse files
committed
Upgrade to jakarta.activation 1.2.2
1 parent 7164938 commit a2fc11a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@
365365
<version>${slf4j.version}</version>
366366
</dependency>
367367
<dependency>
368-
<groupId>com.sun.activation</groupId>
369-
<artifactId>javax.activation</artifactId>
368+
<groupId>jakarta.activation</groupId>
369+
<artifactId>jakarta.activation-api</artifactId>
370370
<version>${activation.version}</version>
371371
</dependency>
372372
<!-- Test dependencies -->
@@ -462,13 +462,14 @@
462462
</dependency>
463463
</dependencies>
464464
<properties>
465+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
465466
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
466467
<source.property>1.8</source.property>
467468
<target.property>1.8</target.property>
468469
<netty.version>4.1.48.Final</netty.version>
469470
<slf4j.version>1.7.30</slf4j.version>
470471
<reactive-streams.version>1.0.3</reactive-streams.version>
471-
<activation.version>1.2.0</activation.version>
472+
<activation.version>1.2.2</activation.version>
472473
<netty-reactive-streams.version>2.0.4</netty-reactive-streams.version>
473474
<rxjava.version>1.3.8</rxjava.version>
474475
<rxjava2.version>2.2.18</rxjava2.version>

0 commit comments

Comments
 (0)