Skip to content

Commit f33573a

Browse files
committed
Dependencies' updates
1 parent 9399caa commit f33573a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<mvn.version>3.0.0</mvn.version>
2222

2323
<com.fasterxml.jackson.version>2.3.0</com.fasterxml.jackson.version>
24-
<junit.version>4.11</junit.version>
24+
<junit.version>4.12</junit.version>
2525
<hamcrest.version>1.3</hamcrest.version>
26-
<maven-bundle-plugin.version>2.4.0</maven-bundle-plugin.version>
27-
<wicket.version>6.15.0</wicket.version>
26+
<maven-bundle-plugin.version>2.5.2</maven-bundle-plugin.version>
27+
<wicket.version>6.19.0</wicket.version>
2828
</properties>
2929

3030
<scm>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>ch.qos.logback</groupId>
9797
<artifactId>logback-classic</artifactId>
98-
<version>1.1.2</version>
98+
<version>1.1.3</version>
9999
<scope>test</scope>
100100
</dependency>
101101

@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-compiler-plugin</artifactId>
124-
<version>3.1</version>
124+
<version>3.3</version>
125125
<configuration>
126126
<source>${mvn.build.java.version}</source>
127127
<target>${mvn.build.java.version}</target>
@@ -135,13 +135,13 @@
135135
<plugin>
136136
<groupId>org.codehaus.mojo</groupId>
137137
<artifactId>versions-maven-plugin</artifactId>
138-
<version>2.1</version>
138+
<version>2.2</version>
139139
<inherited>true</inherited>
140140
</plugin>
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-source-plugin</artifactId>
144-
<version>2.2.1</version>
144+
<version>2.4</version>
145145
<executions>
146146
<execution>
147147
<goals>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-jar-plugin</artifactId>
157-
<version>2.4</version>
157+
<version>2.6</version>
158158
<executions>
159159
<execution>
160160
<goals>

0 commit comments

Comments
 (0)