Skip to content

Commit

Permalink
Dependencies Updated (https://bit.ly/app-dependency-update) (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekaryal86 authored Nov 22, 2024
1 parent e342f77 commit 0a123d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build
FROM gradle:8.11-jdk21-alpine AS build
FROM gradle:8.11.1-jdk21-alpine AS build
WORKDIR /app
COPY app/build.gradle .
COPY app/src /app/src
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'java'
id 'application'
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 @@ -32,7 +32,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-security:$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
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0a123d0

Please sign in to comment.