We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fd6825 + 45749fe commit 90e79f9Copy full SHA for 90e79f9
1 file changed
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'jacoco'
7
id 'maven-publish'
8
id 'com.github.ben-manes.versions' version '0.53.0'
9
- id 'org.cyclonedx.bom' version '3.2.3'
+ id 'org.cyclonedx.bom' version '3.2.4'
10
id 'com.gorylenko.gradle-git-properties' version '2.5.7'
11
id 'com.avast.gradle.docker-compose' version '0.17.21'
12
}
@@ -34,7 +34,7 @@ configurations {
34
dependencies {
35
// Api spec
36
apiSpec "uk.gov.hmcts.cp:api-hmcts-crime-template:2.0.2"
37
- implementation 'io.swagger.core.v3:swagger-core:2.2.46'
+ implementation 'io.swagger.core.v3:swagger-core:2.2.47'
38
39
40
// Java core
0 commit comments