Skip to content

Commit

Permalink
Dependencies Updated (https://bit.ly/app-dependency-update)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekaryal86 committed Oct 22, 2024
1 parent f1a4d33 commit 00eef24
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 @@ -32,7 +32,7 @@ bootJar {

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

implementation "org.springframework.boot:spring-boot-starter-actuator:$springVersion"
implementation "org.springframework.boot:spring-boot-starter-web:$springVersion"
Expand All @@ -48,7 +48,7 @@ dependencies {
testImplementation 'org.springframework.security:spring-security-test:6.3.3'
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3'
testImplementation 'org.mockito:mockito-core:5.14.2'
}

Expand Down

0 comments on commit 00eef24

Please sign in to comment.