Commit c00deb8
Fix dependency vulnerabilities in buildscript classpath
Resolves vulnerable transitive dependencies on the plugin buildscript
classpath:
- Update the Shadow plugin from com.github.johnrengelman.shadow:8.1.1 to
com.gradleup.shadow:8.3.6. This pulls plexus-utils up to 4.0.2,
clearing alert 25 without a constraint. (Alert 25)
- Extend the existing buildscript constraints block to force patched
versions of two libraries still pulled in transitively:
org.apache.logging.log4j:log4j-core -> 2.25.4 (shadow + github-release)
org.apache.tika:tika-core -> 3.2.2 (github-release)
Resolves Dependabot alerts 21, 22, 25, 26, 27.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ddaf9f6 commit c00deb8
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments