File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
33 id ' java'
4- id ' org.springframework.boot' version ' 4.0.3 '
4+ id ' org.springframework.boot' version ' 4.0.5 '
55 id ' io.spring.dependency-management' version ' 1.1.7'
66 id ' jacoco'
77 id ' maven-publish'
88 id ' com.github.ben-manes.versions' version ' 0.53.0'
9- id ' org.cyclonedx.bom' version ' 3.2.0 '
9+ id ' org.cyclonedx.bom' version ' 3.2.2 '
1010 id ' com.gorylenko.gradle-git-properties' version ' 2.5.7'
1111 id ' com.avast.gradle.docker-compose' version ' 0.17.21'
1212}
@@ -30,7 +30,7 @@ apply {
3030dependencies {
3131 // Api spec
3232 implementation(" uk.gov.hmcts.cp:api-hmcts-crime-template:2.0.2" )
33- implementation ' io.swagger.core.v3:swagger-core:2.2.45 '
33+ implementation ' io.swagger.core.v3:swagger-core:2.2.46 '
3434
3535
3636 // Java core
@@ -66,7 +66,7 @@ dependencies {
6666 implementation ' org.springframework.boot:spring-boot-starter-flyway'
6767 implementation ' org.flywaydb:flyway-core'
6868 implementation ' org.flywaydb:flyway-database-postgresql'
69- testImplementation(" org.springframework.boot:spring-boot-testcontainers:4.0.3 " )
69+ testImplementation(" org.springframework.boot:spring-boot-testcontainers:4.0.5 " )
7070 testImplementation ' org.testcontainers:postgresql:1.21.4'
7171 testImplementation ' org.testcontainers:junit-jupiter:1.21.4'
7272
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments