Skip to content

Commit ac2d4bd

Browse files
authored
Upgrade to jakarta.activation 1.2.2 (AsyncHttpClient#1715)
1 parent 7164938 commit ac2d4bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
</dependency>
367367
<dependency>
368368
<groupId>com.sun.activation</groupId>
369-
<artifactId>javax.activation</artifactId>
369+
<artifactId>jakarta.activation</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)