diff --git a/data-api/build.gradle b/data-api/build.gradle index c2d2339..5e83949 100644 --- a/data-api/build.gradle +++ b/data-api/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' dependencies { - implementation 'io.swagger.core.v3:swagger-annotations:2.2.28' + implementation 'io.swagger.core.v3:swagger-annotations:2.2.29' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.data:spring-data-commons' implementation 'com.google.code.findbugs:jsr305:3.0.2' diff --git a/data-service/build.gradle b/data-service/build.gradle index 98b2206..a863f27 100644 --- a/data-service/build.gradle +++ b/data-service/build.gradle @@ -27,11 +27,11 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' //Used for integration tests - testImplementation platform('org.testcontainers:testcontainers-bom:1.20.5') + testImplementation platform('org.testcontainers:testcontainers-bom:1.20.6') testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:oracle-free' - testImplementation 'org.hibernate:hibernate-core:6.6.9.Final' + testImplementation 'org.hibernate:hibernate-core:6.6.10.Final' testImplementation 'com.h2database:h2:2.3.232' }