Skip to content
Snippets Groups Projects
Commit d3fe91f8 authored by sagar thapa's avatar sagar thapa
Browse files

Merge branch 'az/st-spring-security-core-upgrade' into 'master'

spring-security-core upgrade

See merge request !370
parents ebc29850 6ea8f20e
No related branches found
No related tags found
1 merge request!370spring-security-core upgrade
Pipeline #197597 failed
......@@ -104,6 +104,11 @@
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.7.8</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -45,10 +45,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment