We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c34cc83 + 759b6bc commit 14e319cCopy full SHA for 14e319c
2 files changed
csv-validator-core/pom.xml
@@ -131,7 +131,7 @@
131
<dependency>
132
<groupId>joda-time</groupId>
133
<artifactId>joda-time</artifactId>
134
- <version>2.14.0</version>
+ <version>2.14.1</version>
135
</dependency>
136
137
<groupId>com.univocity</groupId>
csv-validator-parent/pom.xml
@@ -167,12 +167,12 @@
167
<plugin>
168
<groupId>org.apache.maven.plugins</groupId>
169
<artifactId>maven-resources-plugin</artifactId>
170
- <version>3.4.0</version>
+ <version>3.5.0</version>
171
</plugin>
172
173
<groupId>net.alchim31.maven</groupId>
174
<artifactId>scala-maven-plugin</artifactId>
175
- <version>4.9.9</version>
+ <version>4.9.10</version>
176
<configuration>
177
<scalaVersion>${scala.lib.version}</scalaVersion>
178
</configuration>
0 commit comments