Skip to content

Commit 4a2d6bf

Browse files
committed
set the target Java version to 17
1 parent 75e512a commit 4a2d6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <cfraire@me.com>.
6262
<properties>
6363
<lucene.version>9.9.2</lucene.version>
6464
<mavenjavadocplugin.version>3.6.0</mavenjavadocplugin.version>
65-
<java.version>11</java.version>
65+
<java.version>17</java.version>
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6767
<jersey.version>3.1.7</jersey.version>
6868
<!-- Jackson version needs to match the version of Jackson which Jersey

0 commit comments

Comments
 (0)