Skip to content

Commit

Permalink
Dependencies Updated (https://bit.ly/app-dependency-update) (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekaryal86 authored Nov 22, 2024
1 parent 6f10ecf commit c0a84fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'com.diffplug.spotless' version '6.25.0'
}

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

dependencies {
def springVersion = "3.3.5"
def springVersion = "3.3.6"
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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit c0a84fd

Please sign in to comment.