Skip to content

Commit

Permalink
Updated commons-io lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeigl committed Apr 4, 2024
1 parent 1e40514 commit a6b1296
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion editing/edit-feature-attachments/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.12'
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.16.0'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down
2 changes: 1 addition & 1 deletion local_server/local-server-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.12'
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.16.0'
}

task copyNatives(type: Copy) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.12'
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.16.0'
}

task copyNatives(type: Copy) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ idea {
group = 'com.esri.samples'

ext {
arcgisVersion = '200.4.0'
arcgisVersion = '200.4.0-4197'
}

javafx {
Expand Down Expand Up @@ -43,7 +43,7 @@ configurations {
}

dependencies {
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.16.0'
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
Expand Down
2 changes: 1 addition & 1 deletion map_view/set-up-location-driven-geotriggers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configurations {
}

dependencies {
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.16.0'
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
Expand Down
2 changes: 1 addition & 1 deletion map_view/show-location-history/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configurations {
}

dependencies {
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.16.0'
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
Expand Down
2 changes: 1 addition & 1 deletion ogc/wfs-xml-query/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.12'
implementation 'commons-io:commons-io:2.15.0'
implementation 'commons-io:commons-io:2.16.0'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down

0 comments on commit a6b1296

Please sign in to comment.