From 5b35c1bb6d8685d0a7bd3c4822cbf3f78ed81ff7 Mon Sep 17 00:00:00 2001 From: "K. Siva Prasad Reddy" Date: Sat, 29 Jun 2024 10:20:12 +0530 Subject: [PATCH] Upgrade libraries --- build.gradle | 1 - .../index.adoc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2b5fc9f..b2f7098 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,6 @@ version = '1.0.0-SNAPSHOT' java { toolchain { languageVersion = JavaLanguageVersion.of(17) - vendor = JvmVendorSpec.ADOPTIUM } } diff --git a/guide/securing-spring-boot-microservice-using-keycloak-and-testcontainers/index.adoc b/guide/securing-spring-boot-microservice-using-keycloak-and-testcontainers/index.adoc index 293bcf9..8c44dea 100644 --- a/guide/securing-spring-boot-microservice-using-keycloak-and-testcontainers/index.adoc +++ b/guide/securing-spring-boot-microservice-using-keycloak-and-testcontainers/index.adoc @@ -50,7 +50,7 @@ So, once the application is generated, add the following dependencies with *test [source,groovy] ---- -testImplementation 'com.github.dasniko:testcontainers-keycloak:3.2.0' +testImplementation 'com.github.dasniko:testcontainers-keycloak:3.4.0' testImplementation 'io.rest-assured:rest-assured' ----