Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with develop #1570

Merged
merged 17 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "fix: kernel/kernel-pdfgenerator-itext/pom.xml to reduce vulne…
…rabilities"

This reverts commit 80a480e.

Signed-off-by: rajapandi.m <[email protected]>
rajapandi1234 committed Jul 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e8a748ea847d89833dd935f1e645824aded83ed4
8 changes: 4 additions & 4 deletions kernel/kernel-pdfgenerator-itext/pom.xml
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@
<kernel.core.version>1.2.1-SNAPSHOT</kernel.core.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>

<itextcore.version>7.2.4</itextcore.version>
<itextcore.version>7.1.0</itextcore.version>
<itexthtml2pdf.version>2.0.0</itexthtml2pdf.version>
<itext.version>5.5.13.3</itext.version>
<bouncycastle.version>1.69</bouncycastle.version>
<bouncycastle.version>1.66</bouncycastle.version>
</properties>
<dependencyManagement>
<dependencies>
@@ -78,12 +78,12 @@
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>kernel</artifactId>
<version>7.2.4</version>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>io</artifactId>
<version>7.2.2</version>
<version>7.1.0</version>
</dependency>
</dependencies>
<distributionManagement>