Skip to content

Commit 7d10870

Browse files
committed
#262 - Dependency upgrades.
JaCoCo 0.7.7 -> 0.7.8 JodaTime 2.9.6 -> 2.9.7 Logback 1.1.7 -> 1.1.8 Slf4j 1.7.21 -> 1.7.22 Spring Framework 4.3.4 -> 4.3.5 Spring HATEOAS 0.22 snapshots -> 0.22 release ThreetenBP 1.3.2 -> 1.3.3 Related tickets: #271.
1 parent 5a3e659 commit 7d10870

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: parent/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,19 @@
9595
<guava>19.0</guava>
9696
<hamcrest>1.3</hamcrest>
9797
<jackson>2.8.5</jackson>
98-
<jacoco>0.7.7.201606060606</jacoco>
99-
<jodatime>2.9.6</jodatime>
98+
<jacoco>0.7.8</jacoco>
99+
<jodatime>2.9.7</jodatime>
100100
<jsonpath>2.2.0</jsonpath>
101101
<junit>4.12</junit>
102-
<logback>1.1.7</logback>
102+
<logback>1.1.8</logback>
103103
<lombok>1.16.12</lombok>
104104
<mockito>1.10.19</mockito>
105105
<querydsl>4.1.4</querydsl>
106106
<rxjava>1.2.3</rxjava>
107-
<slf4j>1.7.21</slf4j>
108-
<spring>4.3.4.RELEASE</spring>
109-
<spring-hateoas>0.22.0.BUILD-SNAPSHOT</spring-hateoas>
110-
<threetenbp>1.3.2</threetenbp>
107+
<slf4j>1.7.22</slf4j>
108+
<spring>4.3.5.RELEASE</spring>
109+
<spring-hateoas>0.23.0.RELEASE</spring-hateoas>
110+
<threetenbp>1.3.3</threetenbp>
111111
<validation>1.0.0.GA</validation>
112112
<webbeans>1.2.8</webbeans>
113113

0 commit comments

Comments
 (0)