File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66def timefoldVersion = " 999-SNAPSHOT"
7- def logbackVersion = " 1.5.19 "
7+ def logbackVersion = " 1.5.20 "
88def junitVersion = " 6.0.0"
99def assertjVersion = " 3.27.6"
1010def profile = System . properties[' profile' ] ?: ' '
Original file line number Diff line number Diff line change 1515 <version .ai.timefold.solver>999-SNAPSHOT</version .ai.timefold.solver>
1616 <version .org.assertj>3.27.6</version .org.assertj>
1717 <version .org.junit.jupiter>6.0.0</version .org.junit.jupiter>
18- <version .ch.qos.logback>1.5.19 </version .ch.qos.logback>
18+ <version .ch.qos.logback>1.5.20 </version .ch.qos.logback>
1919
2020 <version .compiler.plugin>3.14.1</version .compiler.plugin>
2121 <version .surefire.plugin>3.5.4</version .surefire.plugin>
Original file line number Diff line number Diff line change 11plugins {
22 id " org.springframework.boot" version " 3.5.6"
33 id " io.spring.dependency-management" version " 1.1.7"
4- id ' org.graalvm.buildtools.native' version ' 0.11.1 '
4+ id ' org.graalvm.buildtools.native' version ' 0.11.2 '
55 id " java"
66}
77
You can’t perform that action at this time.
0 commit comments