Skip to content

Commit

Permalink
Merge pull request #555 from kagemomiji/issue553-fix-start-up-error
Browse files Browse the repository at this point in the history
#553 Downgrade org.apache.commons.commons-lang3 to 3.14.0
  • Loading branch information
kagemomiji authored Aug 29, 2024
2 parents d9870ca + a39ffb5 commit 6f631a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
3 changes: 1 addition & 2 deletions airsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
<version>4.0.4</version>
</dependency>
</dependency>

<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down
15 changes: 10 additions & 5 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.16.0</version>
<version>3.14.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.30.0</version>
<version>2.31.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -192,7 +192,12 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.27</version>
</dependency>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
<version>4.0.4</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -263,7 +268,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.24.0</version>
<version>3.25.0</version>
<executions>
<execution>
<id>validate</id>
Expand Down Expand Up @@ -304,7 +309,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<!-- #1186 Temporarily skip a test. -->
<excludes>
Expand Down

0 comments on commit 6f631a3

Please sign in to comment.