Skip to content

Commit

Permalink
Dependencies Updated (https://bit.ly/app-dependency-update) (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekaryal86 authored Oct 25, 2024
1 parent d1fd8a6 commit a472547
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.2'
id 'org.springframework.boot' version '3.3.4'
id 'org.springframework.boot' version '3.3.5'
id 'com.diffplug.spotless' version '6.25.0'
}

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

dependencies {
def springVersion = "3.3.4"
def springVersion = "3.3.5"
def junitVersion = "5.11.3"

implementation "org.springframework.boot:spring-boot-starter-actuator:$springVersion"
Expand Down

0 comments on commit a472547

Please sign in to comment.