We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bafb0 commit 4bf0289Copy full SHA for 4bf0289
.gitignore
@@ -2,4 +2,5 @@
2
.project
3
.classpath
4
.vscode
5
+.idea
6
target
pom.xml
@@ -4,7 +4,7 @@
<groupId>yanpas</groupId>
<artifactId>pdfmerger</artifactId>
7
- <version>1.2.1</version>
+ <version>1.2.2</version>
8
<packaging>jar</packaging>
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -19,7 +19,7 @@
19
<dependency>
20
<groupId>org.apache.pdfbox</groupId>
21
<artifactId>pdfbox</artifactId>
22
- <version>2.0.12</version>
+ <version>[2.0.15,)</version>
23
</dependency>
24
</dependencies>
25
0 commit comments