Skip to content

Commit b453f05

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.22.2"
44
}
55

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

0 commit comments

Comments
 (0)