Update critical security issue in dependency

This commit is contained in:
Matthew Ellison
2026-08-15 20:26:40 -04:00
parent 1bfb53fe56
commit b1c59c41da

View File

@@ -6,7 +6,7 @@
<groupId>com.mattrixwv.cipherstream</groupId> <groupId>com.mattrixwv.cipherstream</groupId>
<artifactId>cipherstream-api</artifactId> <artifactId>cipherstream-api</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.2.1</version> <version>1.2.2</version>
<name>CipherStream API</name> <name>CipherStream API</name>
<url>https://api.cipherstream.mattrixwv.com</url> <url>https://api.cipherstream.mattrixwv.com</url>
@@ -37,6 +37,8 @@
<sonar.dependencyCheck.htmlReportPath>target/dependency-check-report.html</sonar.dependencyCheck.htmlReportPath> <sonar.dependencyCheck.htmlReportPath>target/dependency-check-report.html</sonar.dependencyCheck.htmlReportPath>
<argLine></argLine> <argLine></argLine>
<!-- TODO: Remove at next dependency update -->
<tomcat.version>11.0.24</tomcat.version>
</properties> </properties>
<parent> <parent>