Commit c0e592a
authored
Upgrade commons-io from 2.15.1 to 2.18.0 (#7943)
This commit upgrades the Apache Commons IO library to version 2.18.0
to address potential security vulnerabilities and benefit from the
latest bug fixes and improvements.
Changes:
- Updated commons-io version in DependencyConstraints.groovy from 2.15.1 to 2.18.0
- Updated expected-pom.xml to reflect new commons-io version (2.18.0)
- Updated assembly_content.txt with new commons-io JAR reference
- Updated gfsh_dependency_classpath.txt with new commons-io version
- Updated dependency_classpath.txt in geode-server-all with new version
Testing:
- All unit tests pass (./gradlew test)
- Build validation successful (./gradlew clean build -x test)
- All quality checks pass (./gradlew build install javadoc spotlessCheck rat checkPom resolveDependencies pmdMain -x test)
Version 2.18.0 includes important fixes and improvements over 2.15.1,
providing better stability and security for the Geode project.1 parent a807625 commit c0e592a
5 files changed
Lines changed: 5 additions & 5 deletions
File tree
- boms/geode-all-bom/src/test/resources
- build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins
- geode-assembly/src/integrationTest/resources
- geode-server-all/src/integrationTest/resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
934 | | - | |
| 934 | + | |
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments