Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Use security improved bouncyCastle
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonzak committed Sep 18, 2020
1 parent 93279e9 commit 00ebed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Changes so far:
- fixed a bug (introduced in JPedal 4.77) which caused signature images in landscape documents to disappear
- fixed a bug which caused bold text to disappear
- fixed a bug which caused strange black glyphs when using the image export
- upgraded bouncycastle to Version 1.54
- upgraded bouncycastle to Version 1.56
- fixed huge memory leak when handling zip/pdf encoding. This first occured when using Java8 but was there all the time. (After this patch the server didn't freeze and the memory requirement was reduced by half when converting PDF to images.)
- fixed a font bug (Type3 font in combination with WinAnsiEncoding)
- fixed a bug when extracting text for documents with bullet point lists (p11)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jpedal</groupId>
<artifactId>jpedal_lgpl</artifactId>
<version>4.92-p12</version>
<version>4.92-p13</version>
<description>Patched jPedal based on the last official jpedal version 4.92</description>

<properties>
Expand Down Expand Up @@ -144,13 +144,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.54</version>
<version>1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<version>1.54</version>
<version>1.56</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 00ebed8

Please sign in to comment.