Skip to content

Commit aa44c69

Browse files
dependabot[bot]MohsinHashmi-DataInnclaude
authored
chore(deps): bump com.itextpdf:itext-core from 8.0.5 to 9.4.0 in /apps/backend (#306)
* 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MohsinHashmi-DataInn <108420505+MohsinHashmi-DataInn@users.noreply.github.com> Co-authored-by: MohsinHashmi-DataInn <mohsin@datainn.io> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0ac270b commit aa44c69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/backend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,13 @@
287287
<dependency>
288288
<groupId>com.itextpdf</groupId>
289289
<artifactId>itext-core</artifactId>
290-
<version>8.0.5</version>
290+
<version>9.4.0</version>
291291
<type>pom</type>
292292
</dependency>
293293
<dependency>
294294
<groupId>com.itextpdf</groupId>
295295
<artifactId>html2pdf</artifactId>
296-
<version>5.0.5</version>
296+
<version>6.0.0</version>
297297
</dependency>
298298
<dependency>
299299
<groupId>org.codehaus.janino</groupId>

0 commit comments

Comments
 (0)