We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7ca9b commit 9145628Copy full SHA for 9145628
1 file changed
pom.xml
@@ -116,8 +116,8 @@
116
</modules>
117
118
<properties>
119
- <maven.compiler.source>1.7</maven.compiler.source>
120
- <maven.compiler.target>1.7</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
121
122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
123
<httpclient.version>4.5</httpclient.version>
@@ -131,11 +131,10 @@
131
<artifactId>qrcode-utils</artifactId>
132
<version>1.1</version>
133
</dependency>
134
- <!-- 由于jodd-http较新的3.8版本需要jdk8,故而此处采用较低版本 -->
135
<dependency>
136
<groupId>org.jodd</groupId>
137
<artifactId>jodd-http</artifactId>
138
- <version>5.1.4</version>
+ <version>5.1.6</version>
139
<scope>provided</scope>
140
141
0 commit comments