Skip to content

Commit 284ff11

Browse files
Merge pull request #1955 from Baeldung/update/commons-csv-1.14.1
Update commons-csv from 1.14.0 to 1.14.1
2 parents 0055589 + f0ff587 commit 284ff11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446446
"com.github.seratch" %% "awscala" % "0.9.2",
447447
"com.opencsv" % "opencsv" % "5.11.2",
448448
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
449-
"org.apache.commons" % "commons-csv" % "1.14.0"
449+
"org.apache.commons" % "commons-csv" % "1.14.1"
450450
),
451451
libraryDependencies ++= Seq(
452452
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,

0 commit comments

Comments
 (0)