Skip to content

Commit 897a67f

Browse files
fix(deps): update test, build and logging dependencies
1 parent 6b3749e commit 897a67f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>ch.qos.logback</groupId>
4646
<artifactId>logback-classic</artifactId>
47-
<version>1.5.15</version>
47+
<version>1.5.16</version>
4848
<scope>provided</scope>
4949
<optional>true</optional>
5050
</dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.httpcomponents.client5</groupId>
6868
<artifactId>httpclient5</artifactId>
69-
<version>5.4.1</version>
69+
<version>5.4.2</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>jakarta.annotation</groupId>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>com.diffplug.spotless</groupId>
126126
<artifactId>spotless-maven-plugin</artifactId>
127-
<version>2.43.0</version>
127+
<version>2.44.2</version>
128128
<configuration>
129129
<!-- define a language-specific format -->
130130
<java>

0 commit comments

Comments
 (0)