Skip to content

Commit

Permalink
build(deps): bump the gradle-updates group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-updates group with 3 updates: io.swagger.core.v3:swagger-annotations, [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) and [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm).


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.28 to 2.2.29

Updates `org.testcontainers:testcontainers-bom` from 1.20.5 to 1.20.6
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.5...1.20.6)

Updates `org.hibernate:hibernate-core` from 6.6.9.Final to 6.6.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.9...6.6.10)

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 9d0f69a commit 97584a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions data-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 97584a8

Please sign in to comment.