Skip to content

Commit

Permalink
build(deps): bump the patches group with 3 updates (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 4a32bfe commit 3ec89d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 3ec89d7

Please sign in to comment.