[KEYCLOAK-17997] Upgrade Spring Security
This commit is contained in:
parent
0bf347e26d
commit
bbc8d83f64
1 changed files with 3 additions and 3 deletions
6
adapters/oidc/spring-security/pom.xml
Executable file → Normal file
6
adapters/oidc/spring-security/pom.xml
Executable file → Normal file
|
@ -31,8 +31,8 @@
|
||||||
<description/>
|
<description/>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring.version>3.2.7.RELEASE</spring.version>
|
<spring.version>5.2.9.RELEASE</spring.version>
|
||||||
<spring-security.version>3.2.7.RELEASE</spring-security.version>
|
<spring-security.version>5.2.9.RELEASE</spring-security.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
<apache-httpcomponents.version>4.3.6</apache-httpcomponents.version>
|
<apache-httpcomponents.version>4.3.6</apache-httpcomponents.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss.spec.javax.servlet</groupId>
|
<groupId>org.jboss.spec.javax.servlet</groupId>
|
||||||
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
|
<artifactId>jboss-servlet-api_4.0_spec</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue