Skip to content

Commit

Permalink
Updated library to resolve CVE and build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hodgson-HMCTS committed Apr 11, 2024
1 parent f6d52db commit 9184b8c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,6 @@ allprojects {
}
}

dependencySubstitution {
substitute module("org.springframework.cloud:spring-cloud-commons:3.1.3") using module("org.springframework.cloud:spring-cloud-commons:3.1.8")
substitute module("org.springframework.cloud:spring-cloud-starter:3.1.3") using module("org.springframework.cloud:spring-cloud-starter:3.1.8")
substitute module("org.springframework.cloud:spring-cloud-openfeign-core:3.1.3") using module("org.springframework.cloud:spring-cloud-openfeign-core:3.1.9")
substitute module("org.springframework.cloud:spring-cloud-starter-bootstrap:3.1.3") using module("org.springframework.cloud:spring-cloud-starter-bootstrap:3.1.8")
}

}
}

Expand Down Expand Up @@ -293,8 +286,7 @@ subprojects { subproject ->

// CVE-2021-29425
implementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.7'
implementation "org.springframework.cloud:spring-cloud-starter-bootstrap"
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.8'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.9'

// To avoid compiler warnings about @API annotations in JUnit5 code.
Expand Down

0 comments on commit 9184b8c

Please sign in to comment.