Skip to content

Commit

Permalink
Bump the minor-and-patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 2 updates: io.swagger.core.v3:swagger-annotations and io.swagger.core.v3:swagger-models.


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

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

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent d7c2729 commit 4b45ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("jakarta.validation:jakarta.validation-api:3.1.0")
implementation("io.swagger.core.v3:swagger-annotations:2.2.27")
implementation("io.swagger.core.v3:swagger-models:2.2.27")
implementation("io.swagger.core.v3:swagger-annotations:2.2.28")
implementation("io.swagger.core.v3:swagger-models:2.2.28")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.flywaydb:flyway-core")
Expand Down

0 comments on commit 4b45ca3

Please sign in to comment.