Skip to content

Commit af2a8a0

Browse files
committed
Updated dependencies
1 parent f0e9936 commit af2a8a0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25-
<spring.version>4.1.7.RELEASE</spring.version>
25+
<spring.version>4.2.0.RELEASE</spring.version>
2626
<slf4j.version>1.7.10</slf4j.version>
27-
<jsf.version>2.2.10</jsf.version>
27+
<jsf.version>2.2.12</jsf.version>
2828
</properties>
2929

3030
<dependencyManagement>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.hibernate</groupId>
8484
<artifactId>hibernate-core</artifactId>
85-
<version>4.2.18.Final</version>
85+
<version>4.2.20.Final</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.sun.faces</groupId>
@@ -114,12 +114,12 @@
114114
<dependency>
115115
<groupId>com.cedarsoftware</groupId>
116116
<artifactId>json-io</artifactId>
117-
<version>2.9.4</version>
117+
<version>4.1.5</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.apache.commons</groupId>
121121
<artifactId>commons-lang3</artifactId>
122-
<version>3.3.2</version>
122+
<version>3.4</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>junit</groupId>

0 commit comments

Comments
 (0)