mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-21 10:16:33 +00:00
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:
@@ -20,6 +20,7 @@ dependencies {
|
||||
jar {
|
||||
archiveBaseName = 'AppleCommander'
|
||||
archiveAppendix = 'ant'
|
||||
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||
|
||||
dependsOn configurations.runtimeClasspath
|
||||
from {
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user