Merge pull request #162 from AppleCommander/dependabot/gradle/org.apache.commons-commons-csv-1.14.1

Bump org.apache.commons:commons-csv from 1.8 to 1.14.1
This commit is contained in:
A2 Geek
2025-08-06 14:53:04 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ dependencies {
jar {
archiveBaseName = 'AppleCommander'
archiveAppendix = 'ant'
duplicatesStrategy = DuplicatesStrategy.INCLUDE
dependsOn configurations.runtimeClasspath
from {
+1 -1
View File
@@ -10,7 +10,7 @@ ext {
junitVersion = "4.13.2"
antVersion = "1.10.15"
commonsLang3Version = "3.18.0"
commonsCsvVersion = "1.8"
commonsCsvVersion = "1.14.1"
gsonVersion = "2.8.9"
picocliVersion = "4.7.7"
springBoot = "3.5.4"