Skip to content

Commit 40b5bbc

Browse files
committed
Updated mapcode library dependency
1 parent e4cfe95 commit 40b5bbc

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ self-hosting this service.
351351

352352
## Release Notes
353353

354+
### 2.4.8.1 – 2.4.10.1
355+
356+
* Updated Mapcode library.
357+
354358
### 2.4.7.3
355359

356360
* Updated dependency versions (for bug fixes and security pacthes).

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.mapcode</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.9.1</version>
26+
<version>2.4.10.1</version>
2727
</parent>
2828

2929
<artifactId>deployment</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>mapcode-rest-service</artifactId>
2525

2626
<packaging>pom</packaging>
27-
<version>2.4.9.1</version>
27+
<version>2.4.10.1</version>
2828

2929
<name>Mapcode REST API Web Service</name>
3030
<description>
@@ -104,7 +104,7 @@
104104
<jsr305.version>3.0.2</jsr305.version>
105105
<junit.version>4.12</junit.version>
106106
<log4j.version>1.2.17</log4j.version>
107-
<mapcode.version>2.4.9</mapcode.version>
107+
<mapcode.version>2.4.10</mapcode.version>
108108
<mockito-core.version>2.28.2</mockito-core.version>
109109
<resteasy.version>3.7.0.Final</resteasy.version>
110110
<scala.version>2.12.8</scala.version>

resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.mapcode</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.9.1</version>
26+
<version>2.4.10.1</version>
2727
</parent>
2828

2929
<artifactId>resources</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.mapcode</groupId>
2525
<artifactId>mapcode-rest-service</artifactId>
26-
<version>2.4.9.1</version>
26+
<version>2.4.10.1</version>
2727
</parent>
2828

2929
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)