Skip to content

Commit

Permalink
Merge pull request #567 from kagemomiji/dependabot/maven/com.google.g…
Browse files Browse the repository at this point in the history
…uava-guava-33.3.0-jre

chore(deps-dev): bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre
  • Loading branch information
kagemomiji authored Aug 21, 2024
2 parents a810f66 + f35fe03 commit 9d2a3b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.2</version>
<version>1.27.1</version>
</dependency>
<dependency>
<!-- compression library-->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-jre</version>
<version>33.3.0-jre</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down Expand Up @@ -191,7 +191,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.26</version>
<version>4.2.27</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -304,7 +304,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<!-- #1186 Temporarily skip a test. -->
<excludes>
Expand Down

0 comments on commit 9d2a3b7

Please sign in to comment.