Skip to content

Commit 63f09cf

Browse files
[deps]: Update maven minor
1 parent cd75747 commit 63f09cf

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<properties>
4646
<java.version>8</java.version>
47-
<lombok.version>1.18.38</lombok.version>
47+
<lombok.version>1.18.46</lombok.version>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<sonar.organization>bitwarden</sonar.organization>
5050
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.apache.httpcomponents.client5</groupId>
7474
<artifactId>httpclient5</artifactId>
75-
<version>5.4.3</version>
75+
<version>5.6.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.fasterxml.jackson.core</groupId>
@@ -82,22 +82,22 @@
8282
<dependency>
8383
<groupId>com.fasterxml.jackson.datatype</groupId>
8484
<artifactId>jackson-datatype-jsr310</artifactId>
85-
<version>2.18.2</version>
85+
<version>2.22.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.fasterxml.jackson.module</groupId>
8989
<artifactId>jackson-module-parameter-names</artifactId>
90-
<version>2.18.2</version>
90+
<version>2.22.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.fasterxml.jackson.datatype</groupId>
9494
<artifactId>jackson-datatype-jdk8</artifactId>
95-
<version>2.18.2</version>
95+
<version>2.22.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.slf4j</groupId>
9999
<artifactId>slf4j-api</artifactId>
100-
<version>2.0.16</version>
100+
<version>2.0.18</version>
101101
</dependency>
102102

103103
<dependency>
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>org.junit.jupiter</groupId>
122122
<artifactId>junit-jupiter-engine</artifactId>
123-
<version>5.11.4</version>
123+
<version>5.14.4</version>
124124
<scope>test</scope>
125125
</dependency>
126126
<dependency>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>ch.qos.logback</groupId>
140140
<artifactId>logback-classic</artifactId>
141-
<version>1.3.15</version>
141+
<version>1.3.16</version>
142142
<scope>test</scope>
143143
</dependency>
144144

@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-compiler-plugin</artifactId>
158-
<version>3.13.0</version>
158+
<version>3.15.0</version>
159159
<configuration>
160160
<release>${java.version}</release>
161161
<showDeprecation>true</showDeprecation>
@@ -172,15 +172,15 @@
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
174174
<artifactId>maven-resources-plugin</artifactId>
175-
<version>3.3.1</version>
175+
<version>3.5.0</version>
176176
<configuration>
177177
<encoding>UTF-8</encoding>
178178
</configuration>
179179
</plugin>
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-source-plugin</artifactId>
183-
<version>3.3.1</version>
183+
<version>3.4.0</version>
184184
<executions>
185185
<execution>
186186
<id>attach-sources</id>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-javadoc-plugin</artifactId>
197-
<version>3.11.2</version>
197+
<version>3.12.0</version>
198198
<configuration>
199199
<doclint>all,-missing</doclint>
200200
</configuration>
@@ -211,12 +211,12 @@
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
213213
<artifactId>maven-surefire-plugin</artifactId>
214-
<version>3.5.2</version>
214+
<version>3.5.6</version>
215215
</plugin>
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-gpg-plugin</artifactId>
219-
<version>3.2.7</version> <!-- Adjust the version as needed -->
219+
<version>3.2.8</version> <!-- Adjust the version as needed -->
220220
<executions>
221221
<execution>
222222
<id>sign-artifacts</id>
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.sonarsource.scanner.maven</groupId>
232232
<artifactId>sonar-maven-plugin</artifactId>
233-
<version>5.0.0.4389</version>
233+
<version>5.7.0.6970</version>
234234
</plugin>
235235
</plugins>
236236
</build>

0 commit comments

Comments
 (0)