Skip to content

Commit

Permalink
Bump quarkusVersion from 3.6.0 to 3.6.1 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 102067c commit 498ef5c
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.17.1" // https://mvnrepository.com/artifact/org.jsoup/jsoup
val kotlinLoggingVersion = "3.0.5" // https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging
val kryoVersion = "5.5.0" // https://mvnrepository.com/artifact/com.esotericsoftware/kryo
val quarkusVersion = "3.6.0" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
val quarkusVersion = "3.6.1" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
val restAssuredKotlinExtensionsVersion = "5.4.0" // https://mvnrepository.com/artifact/io.rest-assured/kotlin-extensions
val svmVersion = "23.1.1" // 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.21" // 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.4" // // https://mvnrepository.com/artifact/io.spring.gradle/dependency-management-plugin
val quarkusVersion = "3.6.0" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
val quarkusVersion = "3.6.1" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom

repositories {
mavenCentral()
Expand Down

0 comments on commit 498ef5c

Please sign in to comment.