Skip to content

Commit 7f8c8d6

Browse files
committed
updated outdated dependencies
1 parent e1066a2 commit 7f8c8d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>audit4j-core</artifactId>
66
<packaging>jar</packaging>
77
<name>Audit4j - Core</name>
8-
<version>2.4.0</version>
8+
<version>2.4.1-RC1</version>
99
<url>http://audit4j.org</url>
1010
<description>Audit4j - An open-source auditing framework for Java, Core</description>
1111

@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>junit</groupId>
5454
<artifactId>junit</artifactId>
55-
<version>4.11</version>
55+
<version>4.12</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
@@ -64,12 +64,12 @@
6464
<dependency>
6565
<groupId>org.apache.commons</groupId>
6666
<artifactId>commons-lang3</artifactId>
67-
<version>3.3.2</version>
67+
<version>3.4</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>commons-net</groupId>
7171
<artifactId>commons-net</artifactId>
72-
<version>3.3</version>
72+
<version>3.4</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.apache.commons</groupId>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.esotericsoftware.yamlbeans</groupId>
8181
<artifactId>yamlbeans</artifactId>
82-
<version>1.08</version>
82+
<version>1.09</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>com.thoughtworks.xstream</groupId>
@@ -89,12 +89,12 @@
8989
<dependency>
9090
<groupId>org.projectreactor</groupId>
9191
<artifactId>reactor-core</artifactId>
92-
<version>1.1.5.RELEASE</version>
92+
<version>1.1.6.RELEASE</version>
9393
</dependency>
9494
<dependency>
95-
<groupId>javassist</groupId>
95+
<groupId>org.javassist</groupId>
9696
<artifactId>javassist</artifactId>
97-
<version>3.12.1.GA</version>
97+
<version>3.20.0-GA</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>javax.enterprise</groupId>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.floreysoft</groupId>
107107
<artifactId>jmte</artifactId>
108-
<version>3.1.1</version>
108+
<version>3.2.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>javax.enterprise.concurrent</groupId>

0 commit comments

Comments
 (0)