Skip to content

Commit 1e740a2

Browse files
Updated dependencies log4j and gson
1 parent 902b1b7 commit 1e740a2

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
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.16
484+
485+
* Updated `log4j` and `gson` dependencies.
486+
483487
### 2.4.15
484488

485489
* Removed country code ANT (not used for mapcodes) after JDK 1.8. Fixed unit test for that.

pom.xml

Lines changed: 11 additions & 5 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.15</version>
27+
<version>2.4.16</version>
2828

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

102102
<!-- libraries. -->
103-
<gson.version>2.8.6</gson.version>
103+
<gson.version>2.8.9</gson.version>
104104
<jsr305.version>3.0.2</jsr305.version>
105105
<junit.version>4.13.2</junit.version>
106-
<log4j.version>1.2.17</log4j.version>
106+
<log4j.version>2.17.0</log4j.version>
107107
<slf4j.version>1.7.30</slf4j.version>
108108
</properties>
109109

@@ -299,8 +299,14 @@
299299
</dependency>
300300

301301
<dependency>
302-
<groupId>log4j</groupId>
303-
<artifactId>log4j</artifactId>
302+
<groupId>org.apache.logging.log4j</groupId>
303+
<artifactId>log4j-api</artifactId>
304+
<version>${log4j.version}</version>
305+
</dependency>
306+
307+
<dependency>
308+
<groupId>org.apache.logging.log4j</groupId>
309+
<artifactId>log4j-core</artifactId>
304310
<version>${log4j.version}</version>
305311
</dependency>
306312

0 commit comments

Comments
 (0)