Skip to content

Commit 676a128

Browse files
chore(deps): update all non-major dependencies
1 parent 2394af3 commit 676a128

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.14.1</version>
147147
<configuration>
148148
<source>${project.jdkVersion}</source>
149149
<target>${project.jdkVersion}</target>
@@ -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>
@@ -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.0</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.0</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)