Skip to content

Commit

Permalink
Upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jun 29, 2024
1 parent 9c5e3d7 commit 5b35c1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ version = '1.0.0-SNAPSHOT'
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
vendor = JvmVendorSpec.ADOPTIUM
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
----

Expand Down

0 comments on commit 5b35c1b

Please sign in to comment.