Skip to content

Commit bc1a9b5

Browse files
committed
Update parser to Java 21
This will primarily be used with JRuby 10+, which requires Java 21.
1 parent 3f21dfd commit bc1a9b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<chicory.version>1.2.1</chicory.version>
1616
<junit.version>5.12.1</junit.version>
17-
<maven.compiler.source>17</maven.compiler.source>
18-
<maven.compiler.target>17</maven.compiler.target>
17+
<maven.compiler.source>21</maven.compiler.source>
18+
<maven.compiler.target>21</maven.compiler.target>
1919
</properties>
2020

2121
<parent>

0 commit comments

Comments
 (0)