Skip to content

Commit dec5f9f

Browse files
authored
Review use of commons.io (#782)
* Review use of commons.io * Fixing up unwanted changes * Fixing up unwanted changes
1 parent 1bfb104 commit dec5f9f

File tree

10 files changed

+7
-10
lines changed

10 files changed

+7
-10
lines changed

editing/edit-feature-attachments/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
3737
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
3838
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
39-
implementation 'commons-io:commons-io:2.4'
39+
implementation 'commons-io:commons-io:2.11.0'
4040
}
4141

4242
task createGradlePropertiesAndWriteApiKey {

feature_layers/display-subtype-feature-layer/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ configurations {
3131
}
3232

3333
dependencies {
34-
implementation 'commons-io:commons-io:2.4'
3534
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3635
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3736
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"

local_server/local-server-services/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
3737
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
3838
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
39-
implementation 'commons-io:commons-io:2.4'
39+
implementation 'commons-io:commons-io:2.11.0'
4040
}
4141

4242
task copyNatives(type: Copy) {

map/apply-scheduled-updates-to-preplanned-map-area/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
3737
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
3838
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
39-
implementation 'commons-io:commons-io:2.4'
39+
implementation 'commons-io:commons-io:2.11.0'
4040
}
4141

4242
task copyNatives(type: Copy) {

map/download-preplanned-map/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dependencies {
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
3737
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
3838
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
39-
implementation 'commons-io:commons-io:2.4'
4039
}
4140

4241
task copyNatives(type: Copy) {

map_view/display-device-location-with-autopan-modes/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configurations {
3131
}
3232

3333
dependencies {
34-
implementation 'commons-io:commons-io:2.4'
34+
implementation 'commons-io:commons-io:2.11.0'
3535
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3737
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"

map_view/display-device-location-with-nmea-data-sources/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ configurations {
3131
}
3232

3333
dependencies {
34-
implementation 'commons-io:commons-io:2.4'
3534
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3635
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3736
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"

map_view/set-up-location-driven-geotriggers/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configurations {
3131
}
3232

3333
dependencies {
34-
implementation 'commons-io:commons-io:2.4'
34+
implementation 'commons-io:commons-io:2.11.0'
3535
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3737
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"

map_view/show-location-history/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configurations {
3131
}
3232

3333
dependencies {
34-
implementation 'commons-io:commons-io:2.4'
34+
implementation 'commons-io:commons-io:2.11.0'
3535
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3737
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"

ogc/wfs-xml-query/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
3737
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
3838
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
39-
implementation 'commons-io:commons-io:2.4'
39+
implementation 'commons-io:commons-io:2.11.0'
4040
}
4141

4242
task createGradlePropertiesAndWriteApiKey {

0 commit comments

Comments
 (0)