Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update a dependency
  • Loading branch information
umjammer committed Oct 15, 2022
1 parent 014a841 commit a9e7ee1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>net.javazoom</groupId>
<artifactId>mp3spi</artifactId>
<version>1.9.12</version>
<version>1.9.13</version>

<properties>
<tritonus.version>0.3.11</tritonus.version>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -79,9 +79,10 @@
<version>${tritonus.version}</version>
</dependency>
<dependency>
<!-- net.javazoom:jlayer -->
<groupId>com.github.umjammer</groupId>
<artifactId>jlayer</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a9e7ee1

Please sign in to comment.