Skip to content

Commit d6e1f04

Browse files
committed
Update other dependencies
1 parent cf11aaa commit d6e1f04

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHANGELOG
66

77
* Update `maxmind-db` dependency to fix `jackson-databind` version range
88
issue. Closes GitHub #77.
9+
* Update most other dependencies.
910

1011
2.8.0 (2016-09-15)
1112
------------------

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>org.apache.httpcomponents</groupId>
4646
<artifactId>httpclient</artifactId>
47-
<version>4.5.2</version>
47+
<version>4.5.3</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-databind</artifactId>
52-
<version>2.8.2</version>
52+
<version>2.8.7</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>
@@ -66,31 +66,31 @@
6666
<dependency>
6767
<groupId>org.skyscreamer</groupId>
6868
<artifactId>jsonassert</artifactId>
69-
<version>1.3.0</version>
69+
<version>1.4.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.slf4j</groupId>
7474
<artifactId>slf4j-simple</artifactId>
75-
<version>1.7.21</version>
75+
<version>1.7.23</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.fasterxml.jackson.jr</groupId>
8080
<artifactId>jackson-jr-objects</artifactId>
81-
<version>2.8.2</version>
81+
<version>2.8.7</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>pl.pragmatists</groupId>
8686
<artifactId>JUnitParams</artifactId>
87-
<version>1.0.5</version>
87+
<version>1.0.6</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.jcabi</groupId>
9292
<artifactId>jcabi-matchers</artifactId>
93-
<version>1.3</version>
93+
<version>1.4</version>
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>

0 commit comments

Comments
 (0)