File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545
4646<properties >
4747<spring .version>4.1.9.RELEASE</spring .version>
48- <slf4j .version>1.7.10 </slf4j .version>
48+ <slf4j .version>1.7.14 </slf4j .version>
4949</properties >
5050
5151<developers >
100100<dependency >
101101<groupId >ch.qos.logback</groupId >
102102<artifactId >logback-classic</artifactId >
103- <version >1.1.2 </version >
103+ <version >1.1.3 </version >
104104<scope >test</scope >
105105</dependency >
106106
111111<plugin >
112112<groupId >org.apache.maven.plugins</groupId >
113113<artifactId >maven-compiler-plugin</artifactId >
114- <version >3.2 </version >
114+ <version >3.5 </version >
115115<configuration >
116116<source >1.6</source >
117117<target >1.6</target >
153153<plugin >
154154<groupId >org.apache.maven.plugins</groupId >
155155<artifactId >maven-jar-plugin</artifactId >
156- <version >2.5 </version >
156+ <version >2.6 </version >
157157<configuration >
158158<useDefaultManifestFile >true</useDefaultManifestFile >
159159</configuration >
162162<plugin >
163163<groupId >org.apache.maven.plugins</groupId >
164164<artifactId >maven-javadoc-plugin</artifactId >
165- <version >2.10.1 </version >
165+ <version >2.10.3 </version >
166166<executions >
167167<execution >
168168<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments