Skip to content

Commit

Permalink
Merge branch 'master' into lau-979
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankaVerma21 authored Nov 6, 2024
2 parents 0b8b5f0 + a57c42b commit 985674f
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 @@ -5,7 +5,7 @@ plugins {
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '3.3.5'
id 'org.owasp.dependencycheck' version '10.0.4'
id 'org.owasp.dependencycheck' version '11.1.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.1.0.4882'
id 'uk.gov.hmcts.java' version '0.12.63'
Expand Down Expand Up @@ -185,7 +185,7 @@ dependencyManagement {
dependencySet(group: 'org.yaml', version: '2.3') {
entry 'snakeyaml'
}
dependencySet(group: 'ch.qos.logback', version: '1.5.11') {
dependencySet(group: 'ch.qos.logback', version: '1.5.12') {
entry 'logback-core'
entry 'logback-classic'
}
Expand Down

0 comments on commit 985674f

Please sign in to comment.