Skip to content

Commit

Permalink
Dependencies Updated (https://bit.ly/app-dependency-update) (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekaryal86 authored Oct 17, 2024
1 parent b3f2549 commit 8cf34ea
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 @@ -38,7 +38,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-web:$springVersion"
implementation "org.springframework.boot:spring-boot-starter-security:$springVersion"
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:$springVersion"
implementation 'ch.qos.logback:logback-classic:1.5.10'
implementation 'ch.qos.logback:logback-classic:1.5.11'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'

// FOR TESTING
Expand All @@ -49,7 +49,7 @@ dependencies {
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'
testImplementation 'org.mockito:mockito-core:5.14.1'
testImplementation 'org.mockito:mockito-core:5.14.2'
}

test {
Expand Down

0 comments on commit 8cf34ea

Please sign in to comment.