Skip to content

Commit

Permalink
Bump apache-mina to 2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <[email protected]>
  • Loading branch information
joakime committed Feb 1, 2023
1 parent 39afbbe commit fc69b79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<alpn.api.version>1.1.3.v20160715</alpn.api.version>
<ant.version>1.10.13</ant.version>
<apache.avro.version>1.11.1</apache.avro.version>
<mina.core.version>2.2.1</mina.core.version>
<asm.version>9.4</asm.version>
<bndlib.version>6.3.1</bndlib.version>
<build-support.version>1.5</build-support.version>
Expand Down Expand Up @@ -150,6 +151,7 @@
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
<testcontainers.version>1.16.1</testcontainers.version>
<unix.socket.tmp></unix.socket.tmp>

</properties>

<licenses>
Expand Down Expand Up @@ -1104,6 +1106,11 @@
<artifactId>commons-compress</artifactId>
<version>${commons.compress.version}</version>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>${mina.core.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down

0 comments on commit fc69b79

Please sign in to comment.