Skip to content

Commit

Permalink
Bump the gradle-updates group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-updates group with 2 updates in the / directory: io.swagger.core.v3:swagger-models and [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `io.swagger.core.v3:swagger-models` from 2.2.27 to 2.2.28

Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.3)

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.assertj:assertj-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 Jan 20, 2025
1 parent 694726f commit 089e172
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
transitive = false
}

implementation 'io.swagger.core.v3:swagger-models:2.2.27'
implementation 'io.swagger.core.v3:swagger-models:2.2.28'

implementation 'org.springframework.boot:spring-boot-starter-web'

Expand All @@ -25,7 +25,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-validation'

testImplementation 'org.assertj:assertj-core:3.27.0'
testImplementation 'org.assertj:assertj-core:3.27.3'
}

checkstyle {
Expand Down

0 comments on commit 089e172

Please sign in to comment.