Skip to content

Commit

Permalink
Bump quarkusVersion from 3.6.8 to 3.17.4
Browse files Browse the repository at this point in the history
Bumps `quarkusVersion` from 3.6.8 to 3.17.4.

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

Updates `io.quarkus` from 3.6.8 to 3.17.4

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 266325c commit b130a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ subprojects {
val jsoupVersion = "1.18.3" // https://mvnrepository.com/artifact/org.jsoup/jsoup
val kotlinLoggingVersion = "3.0.5" // https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging
val kryoVersion = "5.6.2" // https://mvnrepository.com/artifact/com.esotericsoftware/kryo
val quarkusVersion = "3.6.8" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
val quarkusVersion = "3.17.4" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
val restAssuredKotlinExtensionsVersion = "5.5.0" // https://mvnrepository.com/artifact/io.rest-assured/kotlin-extensions
val svmVersion = "23.1.2" // https://mvnrepository.com/artifact/org.graalvm.nativeimage/svm

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
val kotlinVersion = "1.9.24" // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
val ktlintVersion = "11.6.1" // https://mvnrepository.com/artifact/org.jlleitschuh.gradle/ktlint-gradle
val springDependencyManagementVersion = "1.1.6" // // https://mvnrepository.com/artifact/io.spring.gradle/dependency-management-plugin
val quarkusVersion = "3.6.8" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
val quarkusVersion = "3.17.4" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom

repositories {
mavenCentral()
Expand Down

0 comments on commit b130a3a

Please sign in to comment.