Skip to content

Commit

Permalink
Merge pull request #17 from MartijnVisser/lcm/dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies to latest version
  • Loading branch information
knaufk authored Dec 1, 2021
2 parents 970f8d8 + 9ad4c28 commit 9cdc70b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<spotless-maven-plugin.version>1.20.0</spotless-maven-plugin.version>
<log4j.version>2.12.1</log4j.version>
<spotless-maven-plugin.version>2.17.4</spotless-maven-plugin.version>
<log4j.version>2.14.1</log4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -54,21 +54,21 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.0</version>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.17.2</version>
<version>3.21.0</version>
<scope>test</scope>
</dependency>

<!-- As lib, just depending on slf4j-api to avoid logger conflict by users -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.32</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 9cdc70b

Please sign in to comment.