File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v4
21- - name : Set up JDK 24
21+ - name : Set up JDK 25
2222 uses : oracle-actions/setup-java@v1
2323 with :
2424 website : jdk.java.net
25- release : 24
25+ release : 25
2626 - name : Build project
2727 run : mvn verify --no-transfer-progress
2828 - name : Build site
Original file line number Diff line number Diff line change 99 <version >0.1-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>24</maven .compiler.source>
13- <maven .compiler.target>24</maven .compiler.target>
12+ <maven .compiler.release>25</maven .compiler.release>
1413 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1514 </properties >
1615
1716 <dependencies >
1817 <dependency >
1918 <groupId >dev.nipafx.ginevra</groupId >
2019 <artifactId >ginevra</artifactId >
21- <version >0.19 </version >
20+ <version >0.20.0 </version >
2221 </dependency >
2322
2423 <dependency >
2524 <groupId >org.commonmark</groupId >
2625 <artifactId >commonmark</artifactId >
27- <version >0.22.0 </version >
26+ <version >0.25.1 </version >
2827 </dependency >
2928 <dependency >
3029 <groupId >org.commonmark</groupId >
3130 <artifactId >commonmark-ext-yaml-front-matter</artifactId >
32- <version >0.22.0 </version >
31+ <version >0.25.1 </version >
3332 </dependency >
3433 </dependencies >
3534
You can’t perform that action at this time.
0 commit comments