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

Commit 00ebed8

Browse files
committed
Use security improved bouncyCastle
1 parent 93279e9 commit 00ebed8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Changes so far:
2424
- fixed a bug (introduced in JPedal 4.77) which caused signature images in landscape documents to disappear
2525
- fixed a bug which caused bold text to disappear
2626
- fixed a bug which caused strange black glyphs when using the image export
27-
- upgraded bouncycastle to Version 1.54
27+
- upgraded bouncycastle to Version 1.56
2828
- 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.)
2929
- fixed a font bug (Type3 font in combination with WinAnsiEncoding)
3030
- fixed a bug when extracting text for documents with bullet point lists (p11)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.jpedal</groupId>
77
<artifactId>jpedal_lgpl</artifactId>
8-
<version>4.92-p12</version>
8+
<version>4.92-p13</version>
99
<description>Patched jPedal based on the last official jpedal version 4.92</description>
1010

1111
<properties>
@@ -144,13 +144,13 @@
144144
<dependency>
145145
<groupId>org.bouncycastle</groupId>
146146
<artifactId>bcprov-jdk15on</artifactId>
147-
<version>1.54</version>
147+
<version>1.56</version>
148148
<scope>compile</scope>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.bouncycastle</groupId>
152152
<artifactId>bcmail-jdk15on</artifactId>
153-
<version>1.54</version>
153+
<version>1.56</version>
154154
</dependency>
155155
</dependencies>
156156

0 commit comments

Comments
 (0)