Skip to content

Commit 343e8e7

Browse files
committed
dependabot version updates
1 parent 216f0ad commit 343e8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<antlr.version>4.9.3</antlr.version>
4141
<snakeyaml.version>2.2</snakeyaml.version>
4242
<picocli.version>4.7.5</picocli.version>
43-
<junit.version>5.10.0</junit.version>
43+
<junit.version>5.10.1</junit.version>
4444
<wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
4545
<wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
4646

@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-failsafe-plugin</artifactId>
148-
<version>3.2.1</version>
148+
<version>3.2.2</version>
149149
<configuration>
150150
<groups>${test.groups}</groups>
151151
</configuration>
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>org.apache.maven.plugins</groupId>
183183
<artifactId>maven-surefire-plugin</artifactId>
184-
<version>3.2.1</version>
184+
<version>3.2.2</version>
185185
</plugin>
186186
<plugin>
187187
<groupId>io.rhpatrick.mojo</groupId>

0 commit comments

Comments
 (0)