Skip to content

Commit d65c3b0

Browse files
committed
fixed pom versions
1 parent 4c21e54 commit d65c3b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
53-
<version>2.9.10</version>
53+
<version>2.9.10.1</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>commons-lang</groupId>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>net.b07z.sepia.server.core</groupId>
8787
<artifactId>sepia-core-tools</artifactId>
88-
<version>2.2.3</version>
88+
<version>2.2.4</version>
8989
<scope>system</scope>
9090
<systemPath>${basedir}/libs/sepia-core-tools-v2.2.4.jar</systemPath>
9191
</dependency>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>net.b07z.sepia.websockets</groupId>
100100
<artifactId>sepia-websockets</artifactId>
101-
<version>1.2.1</version>
101+
<version>1.2.2</version>
102102
<scope>system</scope>
103103
<systemPath>${basedir}/libs/sepia-chat-v1.2.2.jar</systemPath>
104104
</dependency>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>net.b07z.sepia.server.assist</groupId>
118118
<artifactId>sepia-assist-API</artifactId>
119-
<version>2.3.1</version>
119+
<version>2.4.0</version>
120120
<scope>system</scope>
121121
<systemPath>${basedir}/libs/sepia-assist-v2.4.0.jar</systemPath>
122122
</dependency>

0 commit comments

Comments
 (0)