Skip to content

Commit

Permalink
Updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hkneptune committed Feb 14, 2024
1 parent 5719036 commit b425bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ byte[] result = PdfaConverter.convert(byte[] inputContent, float pdfVersion, Str
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.29</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.neptuneli</groupId>
<artifactId>pdfa-conversion</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit b425bb4

Please sign in to comment.