File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
java/spring-boot-integration
kotlin/school-timetabling Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9696
9797 # Build and test
9898 - name : " Setup GraalVM native image"
99- uses : graalvm/setup-graalvm@2a2412009026a83f51d179f92dc2b3fd4c8142df # v1
99+ uses : graalvm/setup-graalvm@eec48106e0bf45f2976c2ff0c3e22395cced8243 # v1
100100 with :
101101 java-version : ${{matrix.java-version}}
102102 distribution : ' graalvm-community'
@@ -175,7 +175,7 @@ jobs:
175175
176176 # Build and test
177177 - name : " Setup GraalVM native image"
178- uses : graalvm/setup-graalvm@2a2412009026a83f51d179f92dc2b3fd4c8142df # v1
178+ uses : graalvm/setup-graalvm@eec48106e0bf45f2976c2ff0c3e22395cced8243 # v1
179179 with :
180180 java-version : ${{matrix.java-version}}
181181 distribution : ' graalvm-community'
@@ -253,7 +253,7 @@ jobs:
253253
254254 # Build and test
255255 - name : " Setup GraalVM native image"
256- uses : graalvm/setup-graalvm@2a2412009026a83f51d179f92dc2b3fd4c8142df # v1
256+ uses : graalvm/setup-graalvm@eec48106e0bf45f2976c2ff0c3e22395cced8243 # v1
257257 with :
258258 java-version : ${{matrix.java-version}}
259259 distribution : ' graalvm-community'
Original file line number Diff line number Diff line change 11plugins {
2- id " org.springframework.boot" version " 3.5.6 "
2+ id " org.springframework.boot" version " 3.5.7 "
33 id " io.spring.dependency-management" version " 1.1.7"
44 id ' org.graalvm.buildtools.native' version ' 0.11.2'
55 id " java"
Original file line number Diff line number Diff line change 1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313
1414 <version .io.quarkus>3.28.4</version .io.quarkus>
15- <version .kotlin>2.2.20 </version .kotlin>
15+ <version .kotlin>2.2.21 </version .kotlin>
1616 <version .ai.timefold.solver>999-SNAPSHOT</version .ai.timefold.solver>
1717
1818 <version .surefire.plugin>3.5.4</version .surefire.plugin>
You can’t perform that action at this time.
0 commit comments