Skip to content

Commit

Permalink
Merge branch 'master' into SIDM-9496-Testing-Support-Secret-and-DB-Cl…
Browse files Browse the repository at this point in the history
…eanup
  • Loading branch information
muhammad-umerji01 authored Dec 18, 2024
2 parents 1e911fc + cf0c344 commit 8110804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'application'
id 'checkstyle'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'io.spring.dependency-management' version '1.1.7'
id 'org.springframework.boot' version '3.3.5'
id 'org.owasp.dependencycheck' version '11.1.1'
id 'com.github.ben-manes.versions' version '0.51.0'
Expand Down Expand Up @@ -229,7 +229,7 @@ dependencies {
compileOnly group: 'org.projectlombok', name: 'lombok'
annotationProcessor group: 'org.projectlombok', name: 'lombok'

testImplementation(platform('org.junit:junit-bom:5.11.3'))
testImplementation(platform('org.junit:junit-bom:5.11.4'))
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
exclude group: 'junit', module: 'junit'
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
Expand Down

0 comments on commit 8110804

Please sign in to comment.