Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into build/use-common-work…
Browse files Browse the repository at this point in the history
…flows

# Conflicts:
#	.github/workflows/build.yml
#	.github/workflows/pr.yml
  • Loading branch information
itzg committed Sep 24, 2023
2 parents 0e96fc8 + 996460a commit 7cded1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '3.0.6'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.freefair.lombok' version '8.0.1'
id 'org.springframework.boot' version '3.1.3'
id 'io.spring.dependency-management' version '1.1.3'
id 'io.freefair.lombok' version '8.3'
id 'java'
id 'io.github.itzg.simple-boot-image' version '3.0.0'
// https://github.com/qoomon/gradle-git-versioning-plugin
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.5.1'
implementation 'com.nimbusds:nimbus-jose-jwt:9.31'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.73'
implementation 'io.fabric8:kubernetes-client:6.7.2'
implementation 'com.nimbusds:nimbus-jose-jwt:9.34'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.76'

developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
Expand Down

0 comments on commit 7cded1c

Please sign in to comment.