Skip to content

Commit

Permalink
Merge pull request #4 from hacks1ash/version-updates
Browse files Browse the repository at this point in the history
Update dependencies: Spring Boot, Keycloak, Lombok
  • Loading branch information
hacks1ash authored Oct 17, 2024
2 parents c498089 + 32106cf commit 6f33b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`java-library`
`maven-publish`
signing
id("org.springframework.boot") version "3.1.5"
id("org.springframework.boot") version "3.3.4"
}

tasks.named("bootJar") {
Expand Down Expand Up @@ -32,9 +32,9 @@ repositories {
mavenCentral()
}

extra["keycloakVersion"] = "23.0.0"
extra["lombokVersion"] = "1.18.30"
extra["springBootVersion"] = "3.1.5"
extra["keycloakVersion"] = "24.0.3"
extra["lombokVersion"] = "1.18.34"
extra["springBootVersion"] = "3.3.4"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web:${property("springBootVersion")}")
Expand Down

0 comments on commit 6f33b24

Please sign in to comment.