Skip to content

Commit

Permalink
build(deps): Update dependencies to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagodevreede committed Nov 6, 2024
1 parent 67156dd commit 79881c9
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 @@ -21,9 +21,9 @@
<maven.compiler.target>17</maven.compiler.target>
<code-style.configFile>../code-style/eclipse-formatter-config.xml</code-style.configFile>

<junit.version>5.11.2</junit.version>
<junit.version>5.11.3</junit.version>
<assertj.version>3.26.3</assertj.version>
<mockito.version>5.14.1</mockito.version>
<mockito.version>5.14.2</mockito.version>
<slf4j.version>2.0.16</slf4j.version>
<commons-compress.version>1.27.1</commons-compress.version>

Expand Down
2 changes: 1 addition & 1 deletion sdkman-bundled-software/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.9.0</version>
<version>1.11.2</version>
<executions>
<execution>
<id>download-zip</id>
Expand Down

0 comments on commit 79881c9

Please sign in to comment.