Update dependencies

This commit is contained in:
2025-02-17 14:31:59 -05:00
parent e61d4a15a6
commit fb094d2e8d

View File

@@ -6,7 +6,7 @@
<groupId>com.mattrixwv.cipherstream</groupId>
<artifactId>cipherstream-api</artifactId>
<packaging>jar</packaging>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
<name>CipherStream API</name>
<url>https://api.cipherstream.mattrixwv.com</url>
@@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</parent>
<dependencies>
@@ -264,7 +264,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>12.0.0</version>
<version>12.1.0</version>
<executions>
<execution>
<phase>none</phase>