Skip to content

Commit

Permalink
Endrer poi versjon
Browse files Browse the repository at this point in the history
  • Loading branch information
thanglyphan committed Dec 7, 2023
1 parent dbdad40 commit 7a62230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private static ByteArrayOutputStream convertWordToPdf(SedMedVedlegg.BinaerFil bi

log.info("KonverteringPDF: Conversion started in convertWordToPdf");
try (
XWPFDocument document = new XWPFDocument(is);
XWPFDocument document = new XWPFDocument(is)
) {
log.info("KonverteringPDF: InputStream ready");

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@
<awaitility.version>4.2.0</awaitility.version>
<pdfbox.version>3.0.0</pdfbox.version>
<opensagres.version>2.0.4</opensagres.version>
<apache-poi.version>5.2.5</apache-poi.version>
<apache-poi.version>5.2.2</apache-poi.version>
<org.apache.commons.version>1.25.0</org.apache.commons.version>
<org.apache.pdfbox.version>3.0.1</org.apache.pdfbox.version>
<com.itextpdf.version>5.5.10</com.itextpdf.version>
<org.apache.commons.version>1.25.0</org.apache.commons.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 7a62230

Please sign in to comment.