|
21 | 21 | <name>MaxMind, Inc.</name>
|
22 | 22 | <url>http://www.maxmind.com/</url>
|
23 | 23 | </organization>
|
| 24 | + <scm> |
| 25 | + <url>https://github.com/maxmind/minfraud-api-java</url> |
| 26 | + <connection>scm:git:git://github.com:maxmind/minfraud-api-java.git</connection> |
| 27 | + < developerConnection>scm:git: [email protected]:maxmind/minfraud-api-java.git</ developerConnection> |
| 28 | + </scm> |
| 29 | + <issueManagement> |
| 30 | + <url>https://github.com/maxmind/minfraud-api-java/issues</url> |
| 31 | + <system>GitHub</system> |
| 32 | + </issueManagement> |
| 33 | + <developers> |
| 34 | + <developer> |
| 35 | + <id>oschwald</id> |
| 36 | + <name>Gregory J. Oschwald</name> |
| 37 | + |
| 38 | + </developer> |
| 39 | + </developers> |
24 | 40 | <properties>
|
25 | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
26 | 42 | </properties>
|
27 | 43 | <dependencies>
|
28 | 44 | <dependency>
|
29 | 45 | <groupId>com.maxmind.geoip2</groupId>
|
30 | 46 | <artifactId>geoip2</artifactId>
|
31 |
| - <version>2.1.1-SNAPSHOT</version> |
| 47 | + <version>2.2.0</version> |
32 | 48 | </dependency>
|
33 | 49 | <dependency>
|
34 | 50 | <groupId>org.apache.httpcomponents</groupId>
|
35 | 51 | <artifactId>httpclient</artifactId>
|
36 |
| - <version>4.4.1</version> |
| 52 | + <version>4.5</version> |
37 | 53 | </dependency>
|
38 | 54 | <dependency>
|
39 | 55 | <groupId>com.fasterxml.jackson.core</groupId>
|
40 | 56 | <artifactId>jackson-databind</artifactId>
|
41 |
| - <version>2.5.2</version> |
| 57 | + <version>2.5.4</version> |
42 | 58 | </dependency>
|
43 | 59 | <dependency>
|
44 | 60 | <groupId>commons-validator</groupId>
|
|
54 | 70 | <dependency>
|
55 | 71 | <groupId>com.github.tomakehurst</groupId>
|
56 | 72 | <artifactId>wiremock</artifactId>
|
57 |
| - <version>1.55</version> |
| 73 | + <version>1.56</version> |
58 | 74 | <scope>test</scope>
|
59 | 75 | </dependency>
|
60 | 76 | <dependency>
|
|
72 | 88 | <dependency>
|
73 | 89 | <groupId>com.fasterxml.jackson.jr</groupId>
|
74 | 90 | <artifactId>jackson-jr-objects</artifactId>
|
75 |
| - <version>2.5.0</version> |
| 91 | + <version>2.5.4</version> |
76 | 92 | <scope>test</scope>
|
77 | 93 | </dependency>
|
78 | 94 | <dependency>
|
|
0 commit comments