Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
* Bump Quarkus to 3.17.2
* Bump Mapstruct to 1.6.3
* Bump Bouncy Castle to 1.79
  • Loading branch information
dnl50 committed Nov 30, 2024
1 parent 820b530 commit 1889d52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ include("web")
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("quarkus", "3.15.0")
version("mapstruct", "1.6.2")
version("quarkus", "3.17.2")
version("mapstruct", "1.6.3")

plugin("quarkus", "io.quarkus").versionRef("quarkus")
plugin("lombok", "io.freefair.lombok").version("8.10")
plugin("lombok", "io.freefair.lombok").version("8.11")
plugin("spotless", "com.diffplug.spotless").version("6.25.0")

library("quarkus-bom", "io.quarkus", "quarkus-bom").versionRef("quarkus")
library("bouncycastle", "org.bouncycastle", "bcpkix-jdk18on").version("1.78.1")
library("bouncycastle", "org.bouncycastle", "bcpkix-jdk18on").version("1.79")
library("mapstruct-processor", "org.mapstruct", "mapstruct-processor").versionRef("mapstruct")
library("mapstruct-runtime", "org.mapstruct", "mapstruct").versionRef("mapstruct")
}
Expand Down

0 comments on commit 1889d52

Please sign in to comment.