Skip to content

Commit 4bf0289

Browse files
committed
up dependencies
1 parent b8bafb0 commit 4bf0289

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.project
33
.classpath
44
.vscode
5+
.idea
56
target

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>yanpas</groupId>
66
<artifactId>pdfmerger</artifactId>
7-
<version>1.2.1</version>
7+
<version>1.2.2</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.apache.pdfbox</groupId>
2121
<artifactId>pdfbox</artifactId>
22-
<version>2.0.12</version>
22+
<version>[2.0.15,)</version>
2323
</dependency>
2424
</dependencies>
2525

0 commit comments

Comments
 (0)