Skip to content

Commit b5f2318

Browse files
authored
Merge pull request #1803 from Baeldung/update/commons-csv-1.13.0
Update commons-csv from 1.12.0 to 1.13.0
2 parents fcbfc6f + 675e215 commit b5f2318

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.12.0"
448+
"org.apache.commons" % "commons-csv" % "1.13.0"
449449
),
450450
libraryDependencies ++= Seq(
451451
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,

0 commit comments

Comments
 (0)