Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Revert "Upgrade Spring Security Version (#100)" (#101)
Browse files Browse the repository at this point in the history
This reverts commit 857f0b8.
  • Loading branch information
devmehtasynopsys authored Oct 12, 2023
1 parent 857f0b8 commit a2f17b0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>synopsys-security-scan</artifactId>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Synopsys Security Scan</name>
<name>Synopsys Security Scan Plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<licenses>
<license>
Expand Down Expand Up @@ -49,21 +49,6 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.8.5</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>5.8.5</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.8.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
Expand Down

0 comments on commit a2f17b0

Please sign in to comment.