We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f783aae commit 2b7a25aCopy full SHA for 2b7a25a
pom.xml
@@ -44,7 +44,7 @@
44
<dependency>
45
<groupId>ch.qos.logback</groupId>
46
<artifactId>logback-classic</artifactId>
47
- <version>1.5.15</version>
+ <version>1.5.16</version>
48
<scope>provided</scope>
49
<optional>true</optional>
50
</dependency>
@@ -66,7 +66,7 @@
66
67
<groupId>org.apache.httpcomponents.client5</groupId>
68
<artifactId>httpclient5</artifactId>
69
- <version>5.4.1</version>
+ <version>5.4.2</version>
70
71
72
<groupId>jakarta.annotation</groupId>
@@ -124,7 +124,7 @@
124
<plugin>
125
<groupId>com.diffplug.spotless</groupId>
126
<artifactId>spotless-maven-plugin</artifactId>
127
- <version>2.43.0</version>
+ <version>2.44.2</version>
128
<configuration>
129
<!-- define a language-specific format -->
130
<java>
0 commit comments