Skip to content

Commit dfd156b

Browse files
Update Test, build and logging dependencies
1 parent ab04370 commit dfd156b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>ch.qos.logback</groupId>
2020
<artifactId>logback-classic</artifactId>
21-
<version>1.5.18</version>
21+
<version>1.5.21</version>
2222
<scope>provided</scope>
2323
<optional>true</optional>
2424
</dependency>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.apache.httpcomponents.client5</groupId>
4242
<artifactId>httpclient5</artifactId>
43-
<version>5.5</version>
43+
<version>5.5.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>jakarta.annotation</groupId>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.guava</groupId>
5353
<artifactId>guava</artifactId>
54-
<version>33.4.8-jre</version>
54+
<version>33.5.0-jre</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.leonard</groupId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<maven.compiler.source>17</maven.compiler.source>
2929
<maven.compiler.target>17</maven.compiler.target>
30-
<junit.version>5.13.4</junit.version>
31-
<jackson.version>2.19.2</jackson.version>
30+
<junit.version>5.14.1</junit.version>
31+
<jackson.version>2.20.1</jackson.version>
3232
</properties>
3333
<licenses>
3434
<license>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.google.truth</groupId>
6666
<artifactId>truth</artifactId>
67-
<version>1.4.4</version>
67+
<version>1.4.5</version>
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.5.3</version>
106+
<version>3.5.4</version>
107107
</plugin>
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-javadoc-plugin</artifactId>
133-
<version>3.11.2</version>
133+
<version>3.12.0</version>
134134
<configuration>
135135
<doclint>none</doclint>
136136
</configuration>

0 commit comments

Comments
 (0)