Skip to content

Commit

Permalink
Merge branch 'main' into bug/ccmspui-645_filter_notification_by_user
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Briggs committed Mar 3, 2025
2 parents 99411dd + 4202dc4 commit 6f3dcd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'net.researchgate.release' version '3.0.2'
id 'net.researchgate.release' version '3.1.0'
id 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin' version '0.0.25' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions data-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'org.openapi.generator' version '7.10.0'
id 'org.openapi.generator' version '7.11.0'
}

apply plugin: 'uk.gov.laa.ccms.springboot.laa-ccms-spring-boot-gradle-plugin'

dependencies {

implementation 'io.swagger.core.v3:swagger-annotations:2.2.27'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.28'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.data:spring-data-commons'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
Expand Down
10 changes: 5 additions & 5 deletions data-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'uk.gov.laa.ccms.springboot:laa-ccms-spring-boot-starter-auth'

//Enable Swagger UI
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5'

implementation files('lib/ojdbc8.jar')

Expand All @@ -23,15 +23,15 @@ dependencies {
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'org.mockito:mockito-core:5.15.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'

//Used for integration tests
testImplementation platform('org.testcontainers:testcontainers-bom:1.20.4')
testImplementation platform('org.testcontainers:testcontainers-bom:1.20.5')
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:oracle-free'
testImplementation 'org.hibernate:hibernate-core:6.6.3.Final'
testImplementation 'org.hibernate:hibernate-core:6.6.9.Final'
testImplementation 'com.h2database:h2:2.3.232'
}

Expand Down

0 comments on commit 6f3dcd3

Please sign in to comment.