Skip to content

Commit 105cd64

Browse files
[deps]: Update maven minor
1 parent d58caee commit 105cd64

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,38 +71,38 @@
7171
<dependency>
7272
<groupId>org.apache.httpcomponents.client5</groupId>
7373
<artifactId>httpclient5</artifactId>
74-
<version>5.4.3</version>
74+
<version>5.5.2</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-databind</artifactId>
79-
<version>2.18.2</version>
79+
<version>2.20.1</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.datatype</groupId>
8383
<artifactId>jackson-datatype-jsr310</artifactId>
84-
<version>2.18.2</version>
84+
<version>2.20.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.module</groupId>
8888
<artifactId>jackson-module-parameter-names</artifactId>
89-
<version>2.18.2</version>
89+
<version>2.20.1</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.fasterxml.jackson.datatype</groupId>
9393
<artifactId>jackson-datatype-jdk8</artifactId>
94-
<version>2.18.2</version>
94+
<version>2.20.1</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.slf4j</groupId>
9898
<artifactId>slf4j-api</artifactId>
99-
<version>2.0.16</version>
99+
<version>2.0.17</version>
100100
</dependency>
101101

102102
<dependency>
103103
<groupId>org.projectlombok</groupId>
104104
<artifactId>lombok</artifactId>
105-
<version>1.18.36</version>
105+
<version>1.18.42</version>
106106
<scope>provided</scope>
107107
</dependency>
108108
<!-- <dependency>-->
@@ -119,13 +119,13 @@
119119
<dependency>
120120
<groupId>org.junit.jupiter</groupId>
121121
<artifactId>junit-jupiter-engine</artifactId>
122-
<version>5.11.4</version>
122+
<version>5.14.1</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.assertj</groupId>
127127
<artifactId>assertj-core</artifactId>
128-
<version>3.27.2</version>
128+
<version>3.27.6</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>ch.qos.logback</groupId>
139139
<artifactId>logback-classic</artifactId>
140-
<version>1.3.15</version>
140+
<version>1.3.16</version>
141141
<scope>test</scope>
142142
</dependency>
143143

@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-compiler-plugin</artifactId>
157-
<version>3.13.0</version>
157+
<version>3.14.1</version>
158158
<configuration>
159159
<source>${java.version}</source>
160160
<source>${java.version}</source>
@@ -166,15 +166,15 @@
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-resources-plugin</artifactId>
169-
<version>3.3.1</version>
169+
<version>3.4.0</version>
170170
<configuration>
171171
<encoding>UTF-8</encoding>
172172
</configuration>
173173
</plugin>
174174
<plugin>
175175
<groupId>org.apache.maven.plugins</groupId>
176176
<artifactId>maven-source-plugin</artifactId>
177-
<version>3.3.1</version>
177+
<version>3.4.0</version>
178178
<executions>
179179
<execution>
180180
<id>attach-sources</id>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-javadoc-plugin</artifactId>
191-
<version>3.11.2</version>
191+
<version>3.12.0</version>
192192
<configuration>
193193
<doclint>all,-missing</doclint>
194194
</configuration>
@@ -205,12 +205,12 @@
205205
<plugin>
206206
<groupId>org.apache.maven.plugins</groupId>
207207
<artifactId>maven-surefire-plugin</artifactId>
208-
<version>3.5.2</version>
208+
<version>3.5.4</version>
209209
</plugin>
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-gpg-plugin</artifactId>
213-
<version>3.2.7</version> <!-- Adjust the version as needed -->
213+
<version>3.2.8</version> <!-- Adjust the version as needed -->
214214
<executions>
215215
<execution>
216216
<id>sign-artifacts</id>
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.sonarsource.scanner.maven</groupId>
226226
<artifactId>sonar-maven-plugin</artifactId>
227-
<version>5.0.0.4389</version>
227+
<version>5.5.0.6356</version>
228228
</plugin>
229229
</plugins>
230230
</build>

0 commit comments

Comments
 (0)