Commit ce33349
authored
Upgrade slf4j-api from 1.7.32 to 1.7.36 (#7951)
This upgrade resolves a version conflict where both slf4j-api 1.7.32 and 1.7.36
were being included in the build. The conflict was caused by Apache Shiro 1.13.0
declaring a dependency on slf4j-api 1.7.36, while Geode's dependency constraints
specified 1.7.32.
Changes:
- Updated slf4j-api.version in DependencyConstraints.groovy from 1.7.32 to 1.7.36
- Updated expected-pom.xml test resource in geode-all-bom to reflect new version
- Removed duplicate slf4j-api-1.7.32.jar entry from assembly_content.txt
- Updated dependency_classpath.txt in geode-server-all to use 1.7.36
Impact:
- Eliminates duplicate slf4j-api jars in the build output
- Aligns with the version required by Apache Shiro 1.13.0
- Maintains compatibility with existing Geode codebase
All builds and checks pass successfully.1 parent fb8e93d commit ce33349
File tree
4 files changed
+3
-4
lines changed- 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
4 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
1020 | 1019 | | |
1021 | 1020 | | |
1022 | 1021 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments