Skip to content

Commit

Permalink
Merge pull request #438 from kagemomiji/merge-update-dependency
Browse files Browse the repository at this point in the history
Merge update dependency
  • Loading branch information
kagemomiji authored May 1, 2024
2 parents 04cceb3 + 93e9b66 commit f08e65f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
<version>1.78.1</version>
<scope>runtime</scope>
</dependency>
<!-- END Spring -->
Expand Down Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -275,7 +275,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.10</version>
<version>9.1.0</version>
<inherited>true</inherited>
<configuration>
<cveValidForHours>24</cveValidForHours>
Expand Down

0 comments on commit f08e65f

Please sign in to comment.