Skip to content

Commit d22590d

Browse files
fix(deps): update all non-major dependencies
1 parent 3dc1f4a commit d22590d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-release-plugin</artifactId>
75-
<version>3.1.1</version>
75+
<version>3.3.1</version>
7676
</plugin>
7777
<!-- Source plugin -->
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-source-plugin</artifactId>
81-
<version>3.3.1</version>
81+
<version>3.4.0</version>
8282
<executions>
8383
<execution>
8484
<id>attach-sources</id>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-compiler-plugin</artifactId>
146-
<version>3.14.0</version>
146+
<version>3.15.0</version>
147147
<configuration>
148148
<source>${project.jdkVersion}</source>
149149
<target>${project.jdkVersion}</target>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-surefire-plugin</artifactId>
157-
<version>3.5.4</version>
157+
<version>3.5.6</version>
158158
<configuration>
159159
<!-- Force the right file encoding during unit testing -->
160160
<argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.jacoco</groupId>
179179
<artifactId>jacoco-maven-plugin</artifactId>
180-
<version>0.8.13</version>
180+
<version>0.8.14</version>
181181
<executions>
182182
<execution>
183183
<id>prepare-agent</id>
@@ -195,14 +195,14 @@
195195
<dependency>
196196
<groupId>org.yaml</groupId>
197197
<artifactId>snakeyaml</artifactId>
198-
<version>2.5</version>
198+
<version>2.6</version>
199199
</dependency>
200200

201201
<!-- FindBugs, has implementation for @Nullable -->
202202
<dependency>
203203
<groupId>org.jetbrains</groupId>
204204
<artifactId>annotations</artifactId>
205-
<version>26.0.2-1</version>
205+
<version>26.1.0</version>
206206
<scope>provided</scope>
207207
</dependency>
208208

@@ -211,13 +211,13 @@
211211
<groupId>org.junit.jupiter</groupId>
212212
<artifactId>junit-jupiter-engine</artifactId>
213213
<scope>test</scope>
214-
<version>5.13.4</version>
214+
<version>5.14.4</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>org.junit.jupiter</groupId>
218218
<artifactId>junit-jupiter-params</artifactId>
219219
<scope>test</scope>
220-
<version>5.13.4</version>
220+
<version>5.14.4</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>org.hamcrest</groupId>
@@ -229,7 +229,7 @@
229229
<groupId>org.mockito</groupId>
230230
<artifactId>mockito-core</artifactId>
231231
<scope>test</scope>
232-
<version>5.20.0</version>
232+
<version>5.23.0</version>
233233
<exclusions>
234234
<exclusion>
235235
<artifactId>hamcrest-core</artifactId>
@@ -240,7 +240,7 @@
240240
<dependency>
241241
<groupId>org.mockito</groupId>
242242
<artifactId>mockito-junit-jupiter</artifactId>
243-
<version>5.20.0</version>
243+
<version>5.23.0</version>
244244
<scope>test</scope>
245245
</dependency>
246246
</dependencies>

0 commit comments

Comments
 (0)