Skip to content

Commit 4ca94d5

Browse files
committed
chore: update to PAAPI 1.2.4 and align dependency versions
1 parent fef62f4 commit 4ca94d5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Maven
1818
<dependency>
1919
<groupId>net.osslabz</groupId>
2020
<artifactId>paapi5-java-sdk</artifactId>
21-
<version>1.2.2</version>
21+
<version>1.2.4</version>
2222
</dependency>
2323
```
2424

2525
No modifications are made to the original classes, they are simply extracted and repackaged.
2626

27-
For now it also keeps the original dependency version (although they are severely outdated) because it's impossible to properly test such dependency upgrades.
27+
For now it also keeps the original dependency version (although they are severely outdated) because it's impossible to properly test such dependency upgrades.

lib/paapi5-java-sdk-1.2.4.jar

285 KB
Binary file not shown.

pom.xml

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

55
<groupId>net.osslabz</groupId>
66
<artifactId>paapi5-java-sdk</artifactId>
7-
<version>1.2.3-SNAPSHOT</version>
7+
<version>1.2.4-SNAPSHOT</version>
88

99
<name>${project.groupId}:${project.artifactId}</name>
1010

@@ -148,9 +148,9 @@
148148

149149
<!-- Jackson XML Databind -->
150150
<dependency>
151-
<groupId>com.fasterxml.jackson.dataformat</groupId>
152-
<artifactId>jackson-dataformat-xml</artifactId>
153-
<version>2.19.1</version>
151+
<groupId>com.fasterxml</groupId>
152+
<artifactId>jackson-xml-databind</artifactId>
153+
<version>0.6.2</version>
154154
</dependency>
155155

156156
<!-- JSON -->
@@ -214,7 +214,7 @@
214214
<dependency>
215215
<groupId>org.threeten</groupId>
216216
<artifactId>threetenbp</artifactId>
217-
<version>1.4.5</version>
217+
<version>1.3.5</version>
218218
</dependency>
219219
</dependencies>
220220

@@ -321,7 +321,7 @@
321321
<configuration>
322322
<target>
323323
<mkdir dir="${project.build.outputDirectory}" />
324-
<unzip src="lib/paapi5-java-sdk-1.2.2.jar" dest="${project.build.outputDirectory}" />
324+
<unzip src="lib/paapi5-java-sdk-1.2.4.jar" dest="${project.build.outputDirectory}" />
325325
</target>
326326
</configuration>
327327
</execution>
@@ -387,4 +387,4 @@
387387
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
388388
</repository>
389389
</distributionManagement>
390-
</project>
390+
</project>

0 commit comments

Comments
 (0)