Skip to content

Commit 0ecce0f

Browse files
committed
Upgrade to JDK17
1 parent 0b9325f commit 0ecce0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spring-batch-excel/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2006-2021 the original author or authors.
3+
~ Copyright 2006-2023 the original author or authors.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -13,7 +13,8 @@
1313
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
16-
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16+
-->
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1718

1819
<modelVersion>4.0.0</modelVersion>
1920

@@ -42,7 +43,7 @@
4243
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4344
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4445

45-
<java.version>1.8</java.version>
46+
<java.version>17</java.version>
4647

4748
<spring.batch.version>4.3.7</spring.batch.version>
4849
<poi.version>4.1.2</poi.version>

0 commit comments

Comments
 (0)