From 3ec89d7aede0ad640088bf2f3c1f8a58a0af1b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:01:26 -0500 Subject: [PATCH] build(deps): bump the patches group with 3 updates (#117) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 30a47ae..6bdcf9a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.2.4' + id 'org.springframework.boot' version '3.2.5' id 'io.spring.dependency-management' version '1.1.4' id 'io.freefair.lombok' version '8.6' id 'java' @@ -42,9 +42,9 @@ 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.12.0' + implementation 'io.fabric8:kubernetes-client:6.12.1' implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.78' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' developmentOnly 'org.springframework.boot:spring-boot-devtools' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'