Skip to content

Commit aad114b

Browse files
committed
chore: dep update
1 parent ca72d4c commit aad114b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ otel-semconv = "1.37.0"
7575
otel-contrib = "1.49.0-alpha"
7676
otel-kotlin = "0.4.1"
7777
okio = "3.16.0"
78-
sslcontext-kickstart = "9.2.0"
78+
ayza = "10.0.0"
7979
ksp-auto-service = "1.2.0"
8080
sweetspi = "0.1.3"
8181
zip-prefixer = "0.3.1"
@@ -91,7 +91,7 @@ jgit = "7.3.0.202506031305-r"
9191
jte = "3.2.1"
9292
sshj = "0.40.0"
9393
jsch = "2.27.3"
94-
pty4j = "0.13.10-1"
94+
pty4j = "0.13.11"
9595
oshi = "6.8.3"
9696
junit = "6.0.0-RC2"
9797
koin = "4.1.1-Beta1"
@@ -409,7 +409,8 @@ directory-keystore = { module = "com.github.marschall:director
409409
pty4j = { module = "org.jetbrains.pty4j:pty4j" , version.ref = "pty4j"}
410410
sshj = { module = "com.hierynomus:sshj" , version.ref = "sshj"}
411411
jsch = { module = "com.github.mwiede:jsch" , version.ref = "jsch"}
412-
sslcontext-kickstart = { module = "io.github.hakky54:sslcontext-kickstart" , version.ref = "sslcontext-kickstart"}
412+
ayza = { module = "io.github.hakky54:ayza" , version.ref = "ayza"}
413+
ayza-for-pem = { module = "io.github.hakky54:ayza-for-pem" , version.ref = "ayza"}
413414
oshi-core = { module = "com.github.oshi:oshi-core-java11" , version.ref = "oshi"}
414415
fusionauth-http = { module = "io.fusionauth:java-http" , version.ref = "oshi"}
415416

@@ -708,7 +709,7 @@ dataviz = ["kotlinx-dataframe-csv",
708709
"kotlinx-kandy",
709710
"kotlinx-kandy-geo"]
710711
json-extra = ["kotlinx-jsonpath","json-schema-validator"]
711-
keystore = ["sslcontext-kickstart","directory-keystore"]
712+
keystore = ["ayza","directory-keystore"]
712713
otel = ["otel-instr-annotations",
713714
"otel-semconv",
714715
"otel-instr-ktor",

0 commit comments

Comments
 (0)