Skip to content

Commit

Permalink
Update dependency io.kubernetes:client-java to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 3c670eb commit f1cc59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ktor-server-cors = { group = "io.ktor", name = "ktor-server-cors", version.ref =
ktor-server-websockets = { group = "io.ktor", name = "ktor-server-websockets", version.ref = "ktor" }
ktor-server-html-builder = { group = "io.ktor", name = "ktor-server-html-builder", version.ref = "ktor" }

kubernetes-client = { group = "io.kubernetes", name = "client-java", version = "21.0.2" }
kubernetes-client = { group = "io.kubernetes", name = "client-java", version = "22.0.0" }
kotlin-jsonpatch = { group = "io.github.reidsync", name = "kotlin-json-patch", version = "1.0.0" }

pf4j = { group = "org.pf4j", name = "pf4j", version = "3.12.1" }
Expand Down

0 comments on commit f1cc59e

Please sign in to comment.