Skip to content

Commit 65b1477

Browse files
Merge branch 'main' into dependabot/github_actions/gradle/actions-6
2 parents f2beee1 + 98bb27f commit 65b1477

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
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 {
3030
dependencies {
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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)