Skip to content

Commit 62f4a71

Browse files
committed
Updated dependencies
1 parent ef91c44 commit 62f4a71

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

pom.xml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<spring.version>4.3.12.RELEASE</spring.version>
31+
<spring.version>4.3.13.RELEASE</spring.version>
3232
<slf4j.version>1.7.25</slf4j.version>
33-
<jsf.version>2.2.14</jsf.version>
33+
<jsf.version>2.2.15</jsf.version>
3434
<hibernate.version>5.2.12.Final</hibernate.version>
3535
<jacoco.version>0.7.9</jacoco.version>
3636
</properties>
@@ -127,19 +127,14 @@
127127
<dependency>
128128
<groupId>org.apache.commons</groupId>
129129
<artifactId>commons-lang3</artifactId>
130-
<version>3.6</version>
130+
<version>3.7</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>junit</groupId>
134134
<artifactId>junit</artifactId>
135135
<version>4.12</version>
136136
<scope>test</scope>
137137
</dependency>
138-
<dependency>
139-
<groupId>org.jacoco</groupId>
140-
<artifactId>jacoco-maven-plugin</artifactId>
141-
<version>${jacoco.version}</version>
142-
</dependency>
143138
</dependencies>
144139
</dependencyManagement>
145140

@@ -208,7 +203,7 @@
208203
<plugin>
209204
<groupId>org.apache.maven.plugins</groupId>
210205
<artifactId>maven-war-plugin</artifactId>
211-
<version>3.1.0</version>
206+
<version>3.2.0</version>
212207
</plugin>
213208
<plugin>
214209
<groupId>org.codehaus.mojo</groupId>
@@ -224,12 +219,12 @@
224219
<plugin>
225220
<groupId>org.apache.maven.plugins</groupId>
226221
<artifactId>maven-project-info-reports-plugin</artifactId>
227-
<version>2.8</version>
222+
<version>2.9</version>
228223
</plugin>
229224
<plugin>
230225
<groupId>org.owasp</groupId>
231226
<artifactId>dependency-check-maven</artifactId>
232-
<version>3.0.1</version>
227+
<version>3.0.2</version>
233228
<configuration>
234229
<skipProvidedScope>true</skipProvidedScope>
235230
<skipRuntimeScope>true</skipRuntimeScope>

0 commit comments

Comments
 (0)