Skip to content
Snippets Groups Projects

Dependency updates to eliminate vulnerabilities discovered by dependency-check

Merged bhill6@wisc.edu requested to merge dependency_updates into main
1 file
+ 23
0
Compare changes
  • Side-by-side
  • Inline
+ 23
0
@@ -103,6 +103,17 @@
@@ -103,6 +103,17 @@
<groupId>org.opensaml</groupId>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<artifactId>opensaml</artifactId>
<version>2.6.4</version>
<version>2.6.4</version>
 
<exclusions>
 
<exclusion>
 
<groupId>org.owasp.esapi</groupId>
 
<artifactId>esapi</artifactId>
 
</exclusion>
 
</exclusions>
 
</dependency>
 
<dependency>
 
<groupId>org.owasp.esapi</groupId>
 
<artifactId>esapi</artifactId>
 
<version>2.5.0.0</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>edu.wisc.uwss</groupId>
<groupId>edu.wisc.uwss</groupId>
@@ -259,6 +270,18 @@
@@ -259,6 +270,18 @@
<artifactId>maven-install-plugin</artifactId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M1</version>
</plugin>
</plugin>
 
<plugin>
 
<groupId>org.owasp</groupId>
 
<artifactId>dependency-check-maven</artifactId>
 
<version>7.0.4</version>
 
<executions>
 
<execution>
 
<goals>
 
<goal>check</goal>
 
</goals>
 
</execution>
 
</executions>
 
</plugin>
</plugins>
</plugins>
</build>
</build>
Loading