Skip to content

Commit 99c3ed3

Browse files
committed
Release 0.6.0
1 parent e885fe3 commit 99c3ed3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

api-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.2</version>
8+
<version>0.6.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.java-websocket</groupId>
7171
<artifactId>Java-WebSocket</artifactId>
72-
<version>1.3.9</version>
72+
<version>1.4.0</version>
7373
</dependency>
7474
</dependencies>
7575
</project>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.2</version>
8+
<version>0.6.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.2</version>
8+
<version>0.6.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.2</version>
8+
<version>0.6.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.squareup.okhttp3</groupId>
7676
<artifactId>okhttp</artifactId>
77-
<version>3.14.1</version>
77+
<version>4.0.1</version>
7878
</dependency>
7979

8080
<!-- TOML configuration -->

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xyz.gianlu.librespot</groupId>
66
<artifactId>librespot-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.5.2</version>
8+
<version>0.6.0</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>
@@ -38,7 +38,7 @@
3838
<maven.compiler.source>1.8</maven.compiler.source>
3939
<maven.compiler.target>1.8</maven.compiler.target>
4040
<gson.version>2.8.5</gson.version>
41-
<protobuf.version>3.7.1</protobuf.version>
41+
<protobuf.version>3.9.0</protobuf.version>
4242
</properties>
4343

4444
<modules>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.jetbrains</groupId>
5656
<artifactId>annotations</artifactId>
57-
<version>15.0</version>
57+
<version>17.0.0</version>
5858
</dependency>
5959

6060
<!-- Logging -->

0 commit comments

Comments
 (0)