File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 116
116
</modules >
117
117
118
118
<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>
121
121
122
122
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
123
123
<httpclient .version>4.5</httpclient .version>
131
131
<artifactId >qrcode-utils</artifactId >
132
132
<version >1.1</version >
133
133
</dependency >
134
- <!-- 由于jodd-http较新的3.8版本需要jdk8,故而此处采用较低版本 -->
135
134
<dependency >
136
135
<groupId >org.jodd</groupId >
137
136
<artifactId >jodd-http</artifactId >
138
- <version >5.1.4 </version >
137
+ <version >5.1.6 </version >
139
138
<scope >provided</scope >
140
139
</dependency >
141
140
<dependency >
You can’t perform that action at this time.
0 commit comments