Skip to content

Commit 9145628

Browse files
committed
🎨 #1631 SDK最低支持版本设置为JDK8,放弃对JDK7及更旧版本的支持
1 parent 8b7ca9b commit 9145628

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
</modules>
117117

118118
<properties>
119-
<maven.compiler.source>1.7</maven.compiler.source>
120-
<maven.compiler.target>1.7</maven.compiler.target>
119+
<maven.compiler.source>1.8</maven.compiler.source>
120+
<maven.compiler.target>1.8</maven.compiler.target>
121121

122122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
123123
<httpclient.version>4.5</httpclient.version>
@@ -131,11 +131,10 @@
131131
<artifactId>qrcode-utils</artifactId>
132132
<version>1.1</version>
133133
</dependency>
134-
<!-- 由于jodd-http较新的3.8版本需要jdk8,故而此处采用较低版本 -->
135134
<dependency>
136135
<groupId>org.jodd</groupId>
137136
<artifactId>jodd-http</artifactId>
138-
<version>5.1.4</version>
137+
<version>5.1.6</version>
139138
<scope>provided</scope>
140139
</dependency>
141140
<dependency>

0 commit comments

Comments
 (0)