Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated ${spotless.version} from 2.39.0 to 2.40.0
Updated commons-io:commons-io:jar:2.13.0 to version 2.14.0
  • Loading branch information
actions-user committed Oct 3, 2023
1 parent fe78e0b commit 0713c51
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 @@ -87,7 +87,7 @@

<!-- Plugin Versions -->
<slf4j.version>2.0.9</slf4j.version>
<spotless.version>2.39.0</spotless.version>
<spotless.version>2.40.0</spotless.version>
<junit.version>5.10.0</junit.version>
<eclipse-collections.version>12.0.0.M3</eclipse-collections.version>
<jackson.version>2.15.2</jackson.version>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>

<!-- Commons -->
Expand Down
2 changes: 1 addition & 1 deletion stages/model-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>io.github.ardoco.core</groupId>
Expand Down

0 comments on commit 0713c51

Please sign in to comment.