Skip to content

Commit 9e9506f

Browse files
authored
Merge pull request #1816 from Baeldung/update/commons-csv-1.14.0
Update commons-csv from 1.13.0 to 1.14.0
2 parents c1fea39 + 600c2d6 commit 9e9506f

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
@@ -445,7 +445,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
445445
"com.github.seratch" %% "awscala" % "0.9.2",
446446
"com.opencsv" % "opencsv" % "5.10",
447447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448-
"org.apache.commons" % "commons-csv" % "1.13.0"
448+
"org.apache.commons" % "commons-csv" % "1.14.0"
449449
),
450450
libraryDependencies ++= Seq(
451451
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,

0 commit comments

Comments
 (0)