Skip to content

Commit

Permalink
Bump the boot group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the boot group with 3 updates in the /springboot directory: [com.yugabyte:jdbc-yugabytedb](/~https://github.com/yugabyte/pgjdbc), [org.springframework.boot](/~https://github.com/spring-projects/spring-boot) and [org.graalvm.buildtools.native](/~https://github.com/graalvm/native-build-tools).


Updates `com.yugabyte:jdbc-yugabytedb` from 42.3.5-yb-6 to 42.7.3-yb-1
- [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-6...v42.7.3-yb-1)

Updates `org.springframework.boot` from 3.3.3 to 3.3.5
- [Release notes](/~https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.5)

Updates `org.graalvm.buildtools.native` from 0.10.2 to 0.10.3
- [Release notes](/~https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.10.2...0.10.3)

---
updated-dependencies:
- dependency-name: com.yugabyte:jdbc-yugabytedb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: boot
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boot
- dependency-name: org.graalvm.buildtools.native
  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 Nov 1, 2024
1 parent 2bc3d4c commit 9dd1d50
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,11 +2,11 @@
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage

plugins {
id("org.springframework.boot") version "3.3.3"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
id("java")
// id("org.hibernate.orm") version "6.6.0.Final"
id("org.graalvm.buildtools.native") version "0.10.2"
id("org.graalvm.buildtools.native") version "0.10.3"
}

group = "io.mservice.boot"
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation("org.flywaydb:flyway-core")
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-6")
implementation("com.yugabyte:jdbc-yugabytedb:42.7.3-yb-1")
// implementation("org.postgresql:postgresql:42.7.4")
implementation("org.hibernate.orm:hibernate-community-dialects")

Expand Down

0 comments on commit 9dd1d50

Please sign in to comment.