Skip to content

Commit

Permalink
Bump the quarkus group in /quarkus with 3 updates
Browse files Browse the repository at this point in the history
Bumps the quarkus group in /quarkus with 3 updates: [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform), [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and io.quarkus.


Updates `io.quarkus.platform:quarkus-bom` from 3.7.1 to 3.10.0
- [Commits](quarkusio/quarkus-platform@3.7.1...3.10.0)

Updates `org.postgresql:postgresql` from 42.7.1 to 42.7.3
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.1...REL42.7.3)

Updates `io.quarkus` from 3.7.1 to 3.10.0

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 27a7d5e commit 60230c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quarkus/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
java
id("io.quarkus") version "3.7.1"
id("io.quarkus") version "3.10.0"
}

repositories {
Expand All @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.7.1"))
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.10.0"))
implementation("io.quarkus:quarkus-hibernate-orm")
implementation("io.quarkus:quarkus-flyway")
implementation("io.quarkus:quarkus-resteasy")
Expand All @@ -19,7 +19,7 @@ dependencies {
implementation("io.quarkus:quarkus-smallrye-fault-tolerance")

implementation("com.yugabyte:jdbc-yugabytedb:42.3.5-yb-4")
implementation("org.postgresql:postgresql:42.7.1")
implementation("org.postgresql:postgresql:42.7.3")

testImplementation("io.quarkus:quarkus-junit5")
testImplementation("io.rest-assured:rest-assured")
Expand Down

0 comments on commit 60230c5

Please sign in to comment.