Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated ${slf4j.version} from 2.0.10 to 2.0.11
Updated io.github.ardoco:docker:jar:0.22.0 to version 0.23.0
Updated org.assertj:assertj-core:jar:3.25.0 to version 3.25.1
  • Loading branch information
actions-user committed Jan 9, 2024
1 parent fe8e0a2 commit 0d9adfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<kotlin.version>1.9.22</kotlin.version>

<!-- Plugin Versions -->
<slf4j.version>2.0.10</slf4j.version>
<slf4j.version>2.0.11</slf4j.version>
<spotless.version>2.41.1</spotless.version>
<junit.version>5.10.1</junit.version>
<eclipse-collections.version>12.0.0.M3</eclipse-collections.version>
Expand Down Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.0</version>
<version>3.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion stages/diagram-recognition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>io.github.ardoco</groupId>
<artifactId>docker</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>io.github.ardoco.core</groupId>
Expand Down

0 comments on commit 0d9adfd

Please sign in to comment.