Skip to content

Commit

Permalink
Dependencies Updated (https://bit.ly/app-dependency-update) (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekaryal86 authored Sep 20, 2024
1 parent dc8b09c commit 15ac326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'application'
id 'java'
id 'io.freefair.lombok' version '8.10'
id 'org.springframework.boot' version '3.3.3'
id 'org.springframework.boot' version '3.3.4'
id 'com.diffplug.spotless' version '6.25.0'
}

Expand All @@ -29,7 +29,7 @@ bootJar {
}

dependencies {
def springVersion = "3.3.3"
def springVersion = "3.3.4"
implementation "org.springframework.boot:spring-boot-starter-actuator:$springVersion"
implementation "org.springframework.boot:spring-boot-starter-web:$springVersion"
implementation "org.springframework.boot:spring-boot-starter-cache:$springVersion"
Expand Down

0 comments on commit 15ac326

Please sign in to comment.