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 9a3261b commit ed9f04eCopy full SHA for ed9f04e
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>DVUploader</groupId>
5
<artifactId>DVUploader</artifactId>
6
- <version>1.0.2</version>
+ <version>1.0.3</version>
7
<build>
8
<sourceDirectory>src/main/java</sourceDirectory>
9
<plugins>
@@ -68,12 +68,12 @@
68
<dependency>
69
<groupId>com.fasterxml.jackson.core</groupId>
70
<artifactId>jackson-core</artifactId>
71
- <version>2.9.8</version>
+ <version>2.9.9</version>
72
</dependency>
73
74
75
<artifactId>jackson-databind</artifactId>
76
77
78
79
<groupId>org.json</groupId>
0 commit comments