Skip to content

Commit

Permalink
build: upgrade quarkus version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo.corso committed Nov 17, 2023
1 parent a02b871 commit 4a1b8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
implementation enforcedPlatform('io.quarkus.platform:quarkus-bom:2.16.1.Final')
implementation enforcedPlatform('io.quarkus.platform:quarkus-bom:3.5.2')
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {
}

dependencies {
implementation enforcedPlatform('io.quarkus.platform:quarkus-bom:2.16.1.Final')
implementation enforcedPlatform('io.quarkus.platform:quarkus-bom:3.5.2')
}

0 comments on commit 4a1b8aa

Please sign in to comment.