Skip to content

Commit 5bbd82a

Browse files
Updated dependencies
1 parent a6b3231 commit 5bbd82a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ 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.16-2.4.17
483+
### 2.4.16-2.4.18
484484

485485
* Updated `log4j` and `gson` dependencies.
486486

pom.xml

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

2626
<packaging>jar</packaging>
27-
<version>2.4.17</version>
27+
<version>2.4.18</version>
2828

2929
<name>Mapcode Java Library</name>
3030
<description>
@@ -100,11 +100,11 @@
100100
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
101101

102102
<!-- libraries. -->
103-
<gson.version>2.8.9</gson.version>
103+
<gson.version>2.9.0</gson.version>
104104
<jsr305.version>3.0.2</jsr305.version>
105105
<junit.version>4.13.2</junit.version>
106-
<log4j.version>2.17.1</log4j.version>
107-
<slf4j.version>1.7.30</slf4j.version>
106+
<log4j.version>2.17.2</log4j.version>
107+
<slf4j.version>1.7.36</slf4j.version>
108108
</properties>
109109

110110
<distributionManagement>

0 commit comments

Comments
 (0)