Skip to content

Commit 6c69662

Browse files
authored
Merge pull request #595 from digital-preservation/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.4
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4
2 parents 7f8fff0 + fb849ce commit 6c69662

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

csv-validator-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@
121121
<dependency>
122122
<groupId>co.fs2</groupId>
123123
<artifactId>fs2-core_${scala.version}</artifactId>
124-
<version>3.12.0</version>
124+
<version>3.12.2</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>co.fs2</groupId>
128128
<artifactId>fs2-io_${scala.version}</artifactId>
129-
<version>3.12.0</version>
129+
<version>3.12.2</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>joda-time</groupId>

csv-validator-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>net.alchim31.maven</groupId>
174174
<artifactId>scala-maven-plugin</artifactId>
175-
<version>4.9.5</version>
175+
<version>4.9.6</version>
176176
<configuration>
177177
<scalaVersion>${scala.lib.version}</scalaVersion>
178178
</configuration>
@@ -205,12 +205,12 @@
205205
<plugin>
206206
<groupId>org.apache.maven.plugins</groupId>
207207
<artifactId>maven-surefire-plugin</artifactId>
208-
<version>3.5.3</version>
208+
<version>3.5.4</version>
209209
</plugin>
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-surefire-report-plugin</artifactId>
213-
<version>3.5.3</version>
213+
<version>3.5.4</version>
214214
</plugin>
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)