From 61ef8dbb71a7c77d60093ac847b85fe43f41953f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:34:57 -0500 Subject: [PATCH] build(deps): bump io.fabric8:kubernetes-client from 6.13.3 to 6.13.4 in the patches group (#136) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bbd007..d6efe63 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-validation' - implementation 'io.fabric8:kubernetes-client:6.13.3' + implementation 'io.fabric8:kubernetes-client:6.13.4' implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1' implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'