Skip to content

Commit 6d8e111

Browse files
dependabot[bot]triceo
authored andcommitted
deps: bump io.quarkus:quarkus-bom from 3.23.2 to 3.23.3
Bumps [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.23.2 to 3.23.3. - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.23.2...3.23.3) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b80e739 commit 6d8e111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/school-timetabling/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "io.quarkus" version "3.23.3"
44
}
55

6-
def quarkusVersion = "3.23.2"
6+
def quarkusVersion = "3.23.3"
77
def timefoldVersion = "999-SNAPSHOT"
88
def profile = System.properties['profile'] ?: ''
99
def enterprise = System.properties['enterprise'] ?: ''

0 commit comments

Comments
 (0)