Skip to content

Commit ae8bd89

Browse files
committed
Updateed Dependencies
1 parent c6f28f6 commit ae8bd89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.route4me</groupId>
66
<artifactId>route4me-java-sdk</artifactId>
7-
<version>1.6.6</version>
7+
<version>1.6.7</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11-
<log4j.version>2.17.0</log4j.version>
11+
<log4j.version>2.17.1</log4j.version>
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
</properties>
@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>org.apache.logging.log4j</groupId>
5555
<artifactId>log4j-api</artifactId>
56-
<version>2.17.0</version>
56+
<version>2.17.1</version>
5757
</dependency>
5858

5959
<dependency>
6060
<groupId>org.apache.logging.log4j</groupId>
6161
<artifactId>log4j-core</artifactId>
62-
<version>2.17.0</version>
62+
<version>2.17.1</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.opencsv</groupId>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.apache.httpcomponents</groupId>
7676
<artifactId>httpclient</artifactId>
77-
<version>4.5.10</version>
77+
<version>4.5.13</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>junit</groupId>

0 commit comments

Comments
 (0)