Skip to content
Snippets Groups Projects
Commit a95a925c authored by Zoey76's avatar Zoey76
Browse files

Dependency Update

L4J from 2.19.0 to 2.20.0.
Jakarta Mail API from 2.1.1 to 2.1.2.
L2J Server Commons from 2.6.6.1 to 2.6.6.3.
Maven Assembly Plugin from 3.4.2 to 3.6.0.

From L2j Server Commons:
SLF4J from 2.0.6 to 2.0.7.
MariaDB Java Client from 3.1.2 to 3.1.4.
Maven Surefire Plugin from 3.0.0-M8 to 3.1.0.
parent 608e713e
No related branches found
No related tags found
No related merge requests found
......@@ -2,23 +2,34 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.l2jserver</groupId>
<artifactId>l2j-server-login</artifactId>
<version>2.6.6.0</version>
<version>2.6.6.1</version>
<name>L2J Login Server</name>
<description>L2J Login Server handles the game client authentication and login.</description>
<url>https://bitbucket.org/l2jserver/l2j-server-login/</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<slf4j.version>2.0.6</slf4j.version>
<log4j.version>2.19.0</log4j.version>
<jakarta.mail-api.version>2.1.1</jakarta.mail-api.version>
<log4j.version>2.20.0</log4j.version>
<jakarta.mail-api.version>2.1.2</jakarta.mail-api.version>
<owner.version>1.0.12</owner.version>
<!-- L2J -->
<l2j-server-commons.version>2.6.6.1</l2j-server-commons.version>
<l2j-server-commons.version>2.6.6.3</l2j-server-commons.version>
<!-- Plugins -->
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
</properties>
<licenses>
<license>
<name>GPL 3.0</name>
<url>http://www.gnu.org/licenses/gpl-3.0.html</url>
</license>
</licenses>
<organization>
<name>L2J Server</name>
<url>https://l2jserver.com</url>
</organization>
<repositories>
<repository>
<id>jitpack.io</id>
......@@ -26,11 +37,6 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment