Skip to content

Commit

Permalink
Merge branch 'arch_24771/update_scala_plugin_dependencies_pr'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed May 3, 2024
2 parents 9a0ce3d + 59b522e commit 0556cad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api-authorizations/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion auth-backends/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
2 changes: 1 addition & 1 deletion change-validation/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>subethasmtp</artifactId>
<version>6.0.7</version>
<version>7.0.2</version>
<scope>test</scope>
</dependency>

Expand Down
9 changes: 1 addition & 8 deletions openscap/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
Expand All @@ -56,13 +56,6 @@
</exclusions>
</dependency>

<!-- added because of cve CVE-2023-49093 in neko 3.6.0 that is a dependency of antisamy, should be ok in antisamy 1.7.5 -->
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>3.9.0</version>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down

0 comments on commit 0556cad

Please sign in to comment.