Skip to content

Commit ed8df75

Browse files
MohsinHashmi-DataInndependabot[bot]claude
authored
fix: update itext-core to 9.4.0 with html2pdf 6.0.0 compatibility (#325)
* chore(deps): bump com.itextpdf:itext-core in /apps/backend Bumps [com.itextpdf:itext-core](https://github.com/itext/itext7) from 8.0.5 to 9.4.0. - [Release notes](https://github.com/itext/itext7/releases) - [Commits](itext/itext-java@8.0.5...9.4.0) --- updated-dependencies: - dependency-name: com.itextpdf:itext-core dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: update html2pdf to 6.0.0 for itext-core 9.x compatibility itext-core 9.x requires html2pdf 6.x for proper compatibility. Updated from 5.0.5 to 6.0.0 to resolve NoClassDefFoundError issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: use pre-built devcontainer image from ghcr.io 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aa44c69 commit ed8df75

4 files changed

Lines changed: 66 additions & 20 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ version: '3.8'
22

33
services:
44
devcontainer:
5-
build:
6-
context: ..
7-
dockerfile: .devcontainer/Dockerfile
5+
image: ghcr.io/simpleaccounts/simpleaccounts-uae-devcontainer:latest
6+
# For local development/testing, uncomment below and comment out image:
7+
# build:
8+
# context: ..
9+
# dockerfile: .devcontainer/Dockerfile
810
volumes:
911
- ..:/workspaces/SimpleAccounts-UAE:cached
1012
- devcontainer-vscode-extensions:/home/vscode/.vscode-server/extensions

apps/backend/src/main/java/com/simpleaccounts/util/PasswordHashGenerator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ public static void main(String[] args) {
2525

2626

2727

28+

apps/frontend/package-lock.json

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)