> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 4.8.5 **`(chore):`** Bump the Java SDK generator container's Node base image from `node:24.14.1-bookworm` to `node:24.15-trixie`. Aligns the generator with the rest of the Fern generator containers on a single Node patch minor (floating `24.15`) and a single Debian release (trixie). Trixie ships patched versions of glibc, dpkg, nghttp2, libcap2, systemd, libgcrypt20, krb5, curl, and expat that are not available on bookworm, clearing the AWS Inspector findings that dist-upgrade alone could not. The non-slim variant is intentional because the Node-stage patch steps shell out to `curl` and `tar`. The bundled npm 11.12.1 in `node:24.15` already ships patched `glob@13.0.6`, `minimatch@10.2.4`, `tar@7.5.11`, and `brace-expansion@5.0.4`, so those tarball-replacement patch steps are removed. The `ip-address` and `picomatch` patches are retained because the bundled versions (10.1.0 and 4.0.3 respectively) are still vulnerable.