Skip to content

Commit da7b3dd

Browse files
committed
OpenPDF 1.3.36
1 parent 077991b commit da7b3dd

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ and bugreports to this GitHub repository.
1212

1313
[![Join the chat at https://gitter.im/LibrePDF/OpenPDF](https://badges.gitter.im/LibrePDF/OpenPDF.svg)](https://gitter.im/LibrePDF/OpenPDF)
1414

15-
## OpenPDF version 1.3.35 released 2023-12-27 ##
15+
## OpenPDF version 1.3.36 released 2024-01-09 ##
1616

17-
Get version 1.3.35 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.35
17+
Get version 1.3.36 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.36
1818

1919
- [Previous releases](https://github.com/LibrePDF/OpenPDF/releases)
2020

@@ -27,7 +27,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
2727
<dependency>
2828
<groupId>com.github.librepdf</groupId>
2929
<artifactId>openpdf</artifactId>
30-
<version>1.3.35</version>
30+
<version>1.3.36</version>
3131
</dependency>
3232
```
3333

openpdf-fonts-extra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.36-SNAPSHOT</version>
8+
<version>1.3.36</version>
99
</parent>
1010

1111
<artifactId>openpdf-fonts-extra</artifactId>

openpdf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.36-SNAPSHOT</version>
8+
<version>1.3.36</version>
99
</parent>
1010

1111
<artifactId>openpdf</artifactId>

openpdf/src/test/java/com/lowagie/text/DocumentTest.java

+9
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
import static org.assertj.core.api.Assertions.assertThat;
44

5+
import com.lowagie.text.pdf.PdfPTable;
6+
import com.lowagie.text.pdf.PdfWriter;
57
import org.junit.jupiter.api.Test;
68

9+
import java.io.BufferedOutputStream;
10+
import java.io.IOException;
11+
import java.nio.file.Files;
12+
import java.nio.file.Path;
13+
import java.nio.file.Paths;
14+
import java.nio.file.StandardOpenOption;
15+
716
class DocumentTest {
817

918
@Test

pdf-swing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.36-SNAPSHOT</version>
8+
<version>1.3.36</version>
99
</parent>
1010

1111
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.36-SNAPSHOT</version>
8+
<version>1.3.36</version>
99
</parent>
1010

1111
<artifactId>pdf-toolbox</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>1.3.36-SNAPSHOT</version> <!-- artifact.version -->
8+
<version>1.3.36</version> <!-- artifact.version -->
99
<packaging>pom</packaging>
1010

1111
<!-- please run mvn tidy:pom once in a while -->

0 commit comments

Comments
 (0)