Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-csv to v1.11.0 (
Browse files Browse the repository at this point in the history
#291)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 374dac1 commit 7ed9fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurate-core = { module = "org.spongepowered:configurate-extra-kotlin", vers
configurate-hocon = { module = "org.spongepowered:configurate-hocon", version.ref = "configurate" }
configurate-kotlin = { module = "org.spongepowered:configurate-extra-kotlin", version.ref = "configurate" }
coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
csv = "org.apache.commons:commons-csv:1.10.0"
csv = "org.apache.commons:commons-csv:1.11.0"
guice = "com.google.inject:guice:5.1.0"
jansi = "org.fusesource.jansi:jansi:2.4.1"
junit-core = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
Expand Down

0 comments on commit 7ed9fa1

Please sign in to comment.