Skip to content

Commit 1464c8e

Browse files
committed
spring-projects#17 - Updated build dependencies.
1 parent cedd3fc commit 1464c8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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>
@@ -100,7 +100,7 @@
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

@@ -111,7 +111,7 @@
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>
@@ -153,7 +153,7 @@
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>
@@ -162,7 +162,7 @@
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>

0 commit comments

Comments
 (0)