Skip to content

Commit 8f15caf

Browse files
committed
Update dependencies
1 parent 30fd003 commit 8f15caf

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
CHANGELOG
22
=========
33

4+
1.4.0 (2017-02-22)
5+
------------------
6+
47
* Added the following new values to the `Payment.Processor` enum:
58
`EBS`, `HIPAY`, and `LEMON_WAY`.
69
* Updated the docs for `com.maxmind.minfraud.response.AbstractAddress` now
710
that `isPostalInCity` may be returned for addresses world-wide.
11+
* Updated dependencies.
812

913
1.3.0 (2016-11-21)
1014
------------------

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,32 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.8.5</version>
45+
<version>2.8.7</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.8.5</version>
50+
<version>2.8.7</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>2.8.5</version>
55+
<version>2.8.7</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.maxmind.geoip2</groupId>
5959
<artifactId>geoip2</artifactId>
60-
<version>2.8.0</version>
60+
<version>2.8.1</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.httpcomponents</groupId>
6464
<artifactId>httpclient</artifactId>
65-
<version>4.5.2</version>
65+
<version>4.5.3</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>commons-validator</groupId>
6969
<artifactId>commons-validator</artifactId>
70-
<version>1.5.1</version>
70+
<version>1.6</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>junit</groupId>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.github.tomakehurst</groupId>
8080
<artifactId>wiremock</artifactId>
81-
<version>2.3.1</version>
81+
<version>2.5.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -90,25 +90,25 @@
9090
<dependency>
9191
<groupId>org.slf4j</groupId>
9292
<artifactId>slf4j-simple</artifactId>
93-
<version>1.7.21</version>
93+
<version>1.7.23</version>
9494
<scope>test</scope>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.jr</groupId>
9898
<artifactId>jackson-jr-objects</artifactId>
99-
<version>2.8.5</version>
99+
<version>2.8.7</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
103103
<groupId>pl.pragmatists</groupId>
104104
<artifactId>JUnitParams</artifactId>
105-
<version>1.0.5</version>
105+
<version>1.0.6</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.jcabi</groupId>
110110
<artifactId>jcabi-matchers</artifactId>
111-
<version>1.3</version>
111+
<version>1.4</version>
112112
<scope>test</scope>
113113
</dependency>
114114
</dependencies>

0 commit comments

Comments
 (0)