Skip to content

Commit

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

---
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 Nov 4, 2024
1 parent 41533b8 commit c79af8a
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.15.1"
}

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

0 comments on commit c79af8a

Please sign in to comment.