Skip to content

Commit

Permalink
Bump the boot group in /springboot with 3 updates
Browse files Browse the repository at this point in the history
Bumps the boot group in /springboot with 3 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](/~https://github.com/springdoc/springdoc-openapi), [com.yugabyte:jdbc-yugabytedb](/~https://github.com/yugabyte/pgjdbc) and [org.springframework.boot](/~https://github.com/spring-projects/spring-boot).


Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.5.0 to 2.6.0
- [Release notes](/~https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](/~https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.5.0...v2.6.0)

Updates `com.yugabyte:jdbc-yugabytedb` from 42.3.5-yb-4 to 42.3.5-yb-5
- [Release notes](/~https://github.com/yugabyte/pgjdbc/releases)
- [Changelog](/~https://github.com/yugabyte/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](yugabyte/pgjdbc@v42.3.5-yb-4...v42.3.5-yb-5)

Updates `org.springframework.boot` from 3.3.0 to 3.3.1
- [Release notes](/~https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: boot
- dependency-name: com.yugabyte:jdbc-yugabytedb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boot
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boot
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent f897f4b commit 39c5517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions springboot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage

plugins {
id("org.springframework.boot") version "3.3.0"
id("org.springframework.boot") version "3.3.1"
id("io.spring.dependency-management") version "1.1.5"
id("java")
id("org.hibernate.orm") version "6.5.2.Final"
Expand Down Expand Up @@ -35,9 +35,9 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.flywaydb:flyway-core")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
implementation("org.springframework.retry:spring-retry")
implementation("com.yugabyte:jdbc-yugabytedb:42.3.5-yb-4")
implementation("com.yugabyte:jdbc-yugabytedb:42.3.5-yb-5")
implementation("org.postgresql:postgresql:42.7.3")

annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
Expand Down

0 comments on commit 39c5517

Please sign in to comment.