Skip to content

Commit dfe2e41

Browse files
committed
chore: jwt deps
1 parent 926327f commit dfe2e41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ spring-depmgmt = "1.1.7"
6666
ktor = "3.3.0"
6767
swagger-codegen = "3.0.73"
6868
ktor-cohort = "2.8.0"
69-
fusionauth-http = "0.4.0-RC.4"
69+
fusionauth-jwt = "5.3.3"
70+
fusionauth-http = "1.1.1"
7071
otel = "1.54.1"
7172
otel-alpha = "1.54.1-alpha"
7273
otel-instr = "2.20.1"
@@ -416,7 +417,8 @@ jsch = { module = "com.github.mwiede:jsch"
416417
ayza = { module = "io.github.hakky54:ayza" , version.ref = "ayza"}
417418
ayza-for-pem = { module = "io.github.hakky54:ayza-for-pem" , version.ref = "ayza"}
418419
oshi-core = { module = "com.github.oshi:oshi-core-java25" , version.ref = "oshi"}
419-
fusionauth-http = { module = "io.fusionauth:java-http" , version.ref = "oshi"}
420+
fusionauth-jwt = { module = "io.fusionauth:fusionauth-jwt" , version.ref = "fusionauth-jwt"}
421+
fusionauth-http = { module = "io.fusionauth:java-http" , version.ref = "fusionauth-http"}
420422
# airlift-aircompressor = { module = "io.airlift:aircompressor" , version.ref = "airlift-aircompressor"}
421423
# airlift-security = { module = "io.airlift:security" , version.ref = "airlift-security"}
422424
# airlift-security-jwks = { module = "io.airlift:security-jwks" , version.ref = "airlift-security"}

0 commit comments

Comments
 (0)