Skip to content

Commit

Permalink
build(deps): Update junit and download-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jagodevreede committed Jul 6, 2024
1 parent 7ed764a commit 0b24cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<junit.version>5.10.2</junit.version>
<junit.version>5.10.3</junit.version>
<assertj.version>3.26.0</assertj.version>
<mockito.version>5.12.0</mockito.version>
<slf4j.version>2.0.13</slf4j.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 @@ -40,7 +40,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.9.0</version>
<executions>
<execution>
<id>download-zip</id>
Expand Down

0 comments on commit 0b24cc6

Please sign in to comment.