Skip to content

Commit

Permalink
Merge pull request #563 from kagemomiji/dependabot/maven/org.apache.c…
Browse files Browse the repository at this point in the history
…ommons-commons-lang3-3.16.0

chore(deps-dev): bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
  • Loading branch information
kagemomiji authored Aug 20, 2024
2 parents 6d7296e + e10e448 commit a810f66
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 @@ -53,7 +53,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jmx</artifactId>
<version>4.2.26</version>
<version>4.2.27</version>
</dependency>
<!-- END Metrics -->

Expand Down Expand Up @@ -465,7 +465,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.9.8</version>
<version>3.9.9</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 @@ -91,7 +91,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.seamless</groupId>
Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.29.2</version>
<version>2.30.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down

0 comments on commit a810f66

Please sign in to comment.