Skip to content

Commit 8cb017a

Browse files
committed
Updated dependencies
1 parent f12d4d9 commit 8cb017a

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,10 @@ Normally, one of our developers should be able to comment on them and fix.
480480

481481
These are the release notes for the Java library for mapcodes.
482482

483+
### 2.4.9
484+
485+
* Updated dependencies for security patches.
486+
483487
### 2.4.8
484488

485489
* Updated dependencies for security patches.

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>mapcode</artifactId>
99

1010
<packaging>jar</packaging>
11-
<version>2.4.8</version>
11+
<version>2.4.9</version>
1212

1313
<name>Mapcode Java Library</name>
1414
<description>
@@ -73,22 +73,22 @@
7373

7474
<!-- Modules. -->
7575
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
76-
<jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
77-
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
78-
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
76+
<jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version>
77+
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
78+
<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
7979
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
8080
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
8181
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
82-
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
83-
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
82+
<maven-source-plugin.version>3.1.0</maven-source-plugin.version>
83+
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
8484
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
8585

8686
<!-- libraries. -->
8787
<gson.version>2.8.5</gson.version>
8888
<jsr305.version>3.0.2</jsr305.version>
8989
<junit.version>4.12</junit.version>
9090
<log4j.version>1.2.17</log4j.version>
91-
<slf4j.version>1.7.25</slf4j.version>
91+
<slf4j.version>1.7.26</slf4j.version>
9292
</properties>
9393

9494
<distributionManagement>

0 commit comments

Comments
 (0)