Skip to content

Commit

Permalink
chore(deps): update dependency com.opencsv:opencsv to v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and edalex-ian committed Jul 15, 2021
1 parent 6b45e4f commit cf0f0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/OldTests/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import de.johoop.testngplugin.TestNGPlugin
import scala.collection.JavaConverters._

libraryDependencies += "com.opencsv" % "opencsv" % "5.4"
libraryDependencies += "com.opencsv" % "opencsv" % "5.5"
libraryDependencies ++= Seq(
"org.testng" % "testng" % "6.14.3" % Test,
"log4j" % "log4j" % "1.2.17" % Test,
Expand Down

0 comments on commit cf0f0b6

Please sign in to comment.