Skip to content

Commit

Permalink
Update dependencies and prepare 1.1.0 of core
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Nov 29, 2024
1 parent f5adc1a commit e461c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
<maven.compiler.release>${java.version}</maven.compiler.release>

<!-- Plugin Versions -->
<slf4j.version>2.0.13</slf4j.version>
<slf4j.version>2.0.14</slf4j.version>
<spotless.version>2.43.0</spotless.version>
<junit.version>5.10.2</junit.version>
<junit.version>5.11.0</junit.version>
<eclipse-collections.version>12.0.0.M3</eclipse-collections.version>
<jackson.version>2.17.2</jackson.version>
<javaparser.version>3.25.8</javaparser.version>
Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.0</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e461c5e

Please sign in to comment.