Skip to content

Commit b7fa0c9

Browse files
committed
Updated mdnsjava to 2.2.1
1 parent de58e15 commit b7fa0c9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>xyz.gianlu.librespot</groupId>
4747
<artifactId>librespot-common</artifactId>
48-
<version>0.1.0</version>
48+
<version>${project.version}</version>
4949
</dependency>
5050

5151
<!-- WebSocket client -->

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>xyz.gianlu.librespot</groupId>
2020
<artifactId>librespot-core</artifactId>
21-
<version>0.1.0</version>
21+
<version>${project.version}</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>xyz.gianlu.librespot</groupId>
2525
<artifactId>librespot-common</artifactId>
26-
<version>0.1.0</version>
26+
<version>${project.version}</version>
2727
</dependency>
2828

2929
<!-- Data -->

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>xyz.gianlu.librespot</groupId>
4848
<artifactId>librespot-common</artifactId>
49-
<version>0.1.0</version>
49+
<version>${project.version}</version>
5050
</dependency>
5151

5252
<!-- Data -->
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>xyz.gianlu.mdnsjava</groupId>
7979
<artifactId>mdnsjava</artifactId>
80-
<version>2.2.0</version>
80+
<version>2.2.1</version>
8181
</dependency>
8282
</dependencies>
8383
</project>

mdnsjava

0 commit comments

Comments
 (0)