Skip to content

Commit

Permalink
[Change] Updated Dependencies
Browse files Browse the repository at this point in the history
- Updated SLF4J to 2.0.10 (Was 2.0.7)
- Updated JUnixSocket to 2.8.3 (Was 2.7.0)
- Updated Lenni Reflect to 1.3.2 (Was 1.2.4)
- Updated Maven Javadoc Plugin to 3.6.3 (Was 3.5.0)
  • Loading branch information
CDAGaming committed Dec 31, 2023
1 parent 72333c5 commit 1bccd0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-common</artifactId>
<version>2.7.0</version>
<version>2.8.3</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native-common</artifactId>
<version>2.7.0</version>
<version>2.8.3</version>
</dependency>
<dependency>
<groupId>net.lenni0451</groupId>
<artifactId>Reflect</artifactId>
<version>1.2.4</version>
<version>1.3.2</version>
</dependency>
</dependencies>

Expand All @@ -54,7 +54,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 1bccd0a

Please sign in to comment.