Skip to content

Commit 14e319c

Browse files
authored
Merge pull request #642 from digital-preservation/dependabot/maven/net.alchim31.maven-scala-maven-plugin-4.9.10
Bump net.alchim31.maven:scala-maven-plugin from 4.9.9 to 4.9.10
2 parents c34cc83 + 759b6bc commit 14e319c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

csv-validator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>joda-time</groupId>
133133
<artifactId>joda-time</artifactId>
134-
<version>2.14.0</version>
134+
<version>2.14.1</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.univocity</groupId>

csv-validator-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-resources-plugin</artifactId>
170-
<version>3.4.0</version>
170+
<version>3.5.0</version>
171171
</plugin>
172172
<plugin>
173173
<groupId>net.alchim31.maven</groupId>
174174
<artifactId>scala-maven-plugin</artifactId>
175-
<version>4.9.9</version>
175+
<version>4.9.10</version>
176176
<configuration>
177177
<scalaVersion>${scala.lib.version}</scalaVersion>
178178
</configuration>

0 commit comments

Comments
 (0)