Skip to content

Commit

Permalink
deps: bump io.quarkus:quarkus-bom from 3.11.2 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.11.2...3.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent ec24214 commit 90ef5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/school-timetabling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id "io.quarkus" version "3.11.2"
}

def quarkusVersion = "3.11.2"
def quarkusVersion = "3.12.0"
def timefoldVersion = "999-SNAPSHOT"
def profile = System.properties['profile'] ?: ''
def enterprise = System.properties['enterprise'] ?: ''
Expand Down

0 comments on commit 90ef5d4

Please sign in to comment.