|
3 | 3 |
|
4 | 4 | <groupId>net.b07z.sepia.sdk</groupId> |
5 | 5 | <artifactId>sepia-sdk-java</artifactId> |
6 | | - <version>0.9.20</version> |
| 6 | + <version>0.9.21</version> |
7 | 7 | <name>SEPIA SDK</name> |
8 | 8 | <description>Tools to develop services for the SEPIA framework</description> |
9 | 9 | <url>https://sepia-framework.github.io</url> |
|
27 | 27 | <dependency> |
28 | 28 | <groupId>net.b07z.sepia.server.assist</groupId> |
29 | 29 | <artifactId>sepia-assist-API</artifactId> |
30 | | - <version>2.4.0</version> |
| 30 | + <version>2.4.1</version> |
31 | 31 | </dependency> |
32 | 32 | --> |
33 | 33 |
|
|
65 | 65 | <dependency> |
66 | 66 | <groupId>com.googlecode.soundlibs</groupId> |
67 | 67 | <artifactId>mp3spi</artifactId> |
68 | | - <version>1.9.5-1</version> |
| 68 | + <version>1.9.5.4</version> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>com.google.guava</groupId> |
|
85 | 85 | <dependency> |
86 | 86 | <groupId>net.b07z.sepia.server.core</groupId> |
87 | 87 | <artifactId>sepia-core-tools</artifactId> |
88 | | - <version>2.2.4</version> |
| 88 | + <version>2.2.5</version> |
89 | 89 | <scope>system</scope> |
90 | | - <systemPath>${basedir}/libs/sepia-core-tools-v2.2.4.jar</systemPath> |
| 90 | + <systemPath>${basedir}/libs/sepia-core-tools-v2.2.5.jar</systemPath> |
91 | 91 | </dependency> |
92 | 92 |
|
93 | 93 | <dependency> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>net.b07z.sepia.websockets</groupId> |
100 | 100 | <artifactId>sepia-websockets</artifactId> |
101 | | - <version>1.2.2</version> |
| 101 | + <version>1.2.3</version> |
102 | 102 | <scope>system</scope> |
103 | | - <systemPath>${basedir}/libs/sepia-chat-v1.2.2.jar</systemPath> |
| 103 | + <systemPath>${basedir}/libs/sepia-chat-v1.2.3.jar</systemPath> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
|
116 | 116 | <dependency> |
117 | 117 | <groupId>net.b07z.sepia.server.assist</groupId> |
118 | 118 | <artifactId>sepia-assist-API</artifactId> |
119 | | - <version>2.4.0</version> |
| 119 | + <version>2.4.1</version> |
120 | 120 | <scope>system</scope> |
121 | | - <systemPath>${basedir}/libs/sepia-assist-v2.4.0.jar</systemPath> |
| 121 | + <systemPath>${basedir}/libs/sepia-assist-v2.4.1.jar</systemPath> |
122 | 122 | </dependency> |
123 | 123 | <!-- --> |
124 | 124 |
|
|
0 commit comments