keycloak-uncached
Details
adapters/oidc/spring-boot/pom.xml 2(+1 -1)
diff --git a/adapters/oidc/spring-boot/pom.xml b/adapters/oidc/spring-boot/pom.xml
index 554b7c8..2f24d68 100755
--- a/adapters/oidc/spring-boot/pom.xml
+++ b/adapters/oidc/spring-boot/pom.xml
@@ -33,7 +33,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
- <spring-boot.version>1.4.0.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.16.RELEASE</spring-boot.version>
<spring.version>4.1.6.RELEASE</spring.version>
<mockito.version>1.9.5</mockito.version>
</properties>
adapters/oidc/spring-boot2/pom.xml 2(+1 -1)
diff --git a/adapters/oidc/spring-boot2/pom.xml b/adapters/oidc/spring-boot2/pom.xml
index a906966..8b5e2af 100755
--- a/adapters/oidc/spring-boot2/pom.xml
+++ b/adapters/oidc/spring-boot2/pom.xml
@@ -31,7 +31,7 @@
<description/>
<properties>
- <spring-boot.version>2.0.3.RELEASE</spring-boot.version>
+ <spring-boot.version>2.0.5.RELEASE</spring-boot.version>
<spring.version>5.0.2.RELEASE</spring.version>
<mockito.version>1.9.5</mockito.version>
</properties>
diff --git a/adapters/oidc/spring-boot-adapter-core/pom.xml b/adapters/oidc/spring-boot-adapter-core/pom.xml
index 329cc8e..253d847 100755
--- a/adapters/oidc/spring-boot-adapter-core/pom.xml
+++ b/adapters/oidc/spring-boot-adapter-core/pom.xml
@@ -31,7 +31,7 @@
<description/>
<properties>
- <spring-boot.version>1.3.0.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.16.RELEASE</spring-boot.version>
</properties>
<dependencies>