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 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>
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 >
You can’t perform that action at this time.
0 commit comments