Skip to content

Commit

Permalink
Bump up a few dependecies (#77)
Browse files Browse the repository at this point in the history
* Bump up a few dependecies

Signed-off-by: see-quick <[email protected]>

* update a few issues

Signed-off-by: see-quick <[email protected]>

---------

Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick authored Sep 13, 2024
1 parent db8602e commit 912f461
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,34 +90,35 @@
</developers>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- JAVA CODE VERSION -->
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.release>11</maven.compiler.release>

<!-- DEPENDENCY CODE VERSIONS -->
<test-containers.version>1.19.7</test-containers.version>
<test-containers.version>1.20.1</test-containers.version>
<spotbugs.version>4.8.4</spotbugs.version>
<log4j.version>2.17.1</log4j.version>
<log4j.version>2.19.0</log4j.version>
<docker-java.version>3.3.6</docker-java.version>
<kafka.version>3.7.0</kafka.version>
<slf4j.version>1.7.32</slf4j.version>
<kafka.version>3.8.0</kafka.version>
<slf4j.version>1.7.36</slf4j.version>
<fasterxml.jackson-core.version>2.17.0</fasterxml.jackson-core.version>
<fasterxml.jackson-databind.version>2.17.0</fasterxml.jackson-databind.version>
<toxiproxy.java.version>2.1.7</toxiproxy.java.version>

<!-- DEPENDENCY TEST VERSIONS -->
<jupiter.version>5.10.2</jupiter.version>
<jupiter.version>5.11.0</jupiter.version>
<hamcrest.version>2.2</hamcrest.version>
<maven-failsafe-plugin.version>3.0.0-M7</maven-failsafe-plugin.version>

<!-- PLUGIN VERSIONS -->
<maven-jar-plugin.version>3.4.0</maven-jar-plugin.version>
<maven.compiler-plugin.version>3.8.1</maven.compiler-plugin.version>
<maven.javadoc-plugin.version>3.1.0</maven.javadoc-plugin.version>
<maven.source-plugin.version>3.0.1</maven.source-plugin.version>
<maven.checkstyle.version>3.1.1</maven.checkstyle.version>
<maven.gpg.version>1.6</maven.gpg.version>
<sonatype.nexus.staging>1.7.0</sonatype.nexus.staging>
<maven.compiler-plugin.version>3.11.0</maven.compiler-plugin.version>
<maven.javadoc-plugin.version>3.5.0</maven.javadoc-plugin.version>
<maven.source-plugin.version>3.2.1</maven.source-plugin.version>
<maven.checkstyle.version>3.3.0</maven.checkstyle.version>
<maven.gpg.version>1.7.1</maven.gpg.version>
<sonatype.nexus.staging>1.7.1</sonatype.nexus.staging>

<!-- FIX VULNERABILITY VERSIONS -->
<commons-compress.version>1.26.1</commons-compress.version>
Expand Down Expand Up @@ -286,6 +287,7 @@
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<release>11</release>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -364,7 +366,6 @@
<configuration>
<configLocation>.checkstyle/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
</configuration>
Expand Down

0 comments on commit 912f461

Please sign in to comment.