We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5109ee commit c0db601Copy full SHA for c0db601
reference-app/build.gradle.kts
@@ -9,7 +9,7 @@ dependencies {
9
implementation("org.springframework.boot:spring-boot-starter-security")
10
implementation("org.springframework.boot:spring-boot-starter-web")
11
implementation("org.springframework.session:spring-session-core")
12
- implementation("sh.ory.hydra:hydra-client:2.1.1")
+ implementation("sh.ory.hydra:hydra-client:2.2.0")
13
14
testImplementation("com.ardetrick.testcontainers:testcontainers-ory-hydra:0.0.1")
15
testImplementation("com.auth0:java-jwt:4.4.0")
0 commit comments