Updated libraries

This commit is contained in:
2024-08-12 20:46:16 -04:00
parent b1ffde262a
commit 4c0c16e1ed

View File

@@ -6,7 +6,7 @@
<groupId>com.mattrixwv.cipherstream</groupId>
<artifactId>cipherstream-api</artifactId>
<packaging>jar</packaging>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<name>CipherStream API</name>
<url>https://api.cipherstream.mattrixwv.com</url>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -92,7 +92,7 @@
<dependency>
<groupId>com.mattrixwv</groupId>
<artifactId>cipher-stream-java</artifactId>
<version>1.3.4</version>
<version>1.3.6</version>
</dependency>
<!--Tests-->