Skip to content

Commit 00cdf9e

Browse files
committed
Update to Ginevra 0.20 and JDK 25
1 parent aa5af6f commit 00cdf9e

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,26 @@
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

0 commit comments

Comments
 (0)