We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb0d6d commit d19cdedCopy full SHA for d19cded
2 files changed
Changelog.md
@@ -1,5 +1,6 @@
1
# Changelog for nextcloud api
2
-- 2022-11.29
+- 2022-11-29
3
+ - Release 12.0.4, upgraded indirect commons-codec dependency
4
- Release 12.0.3, upgraded jackson dependencies
5
- 2022-04-01
6
- Release 12.0.2, upgraded jaxb-runtime to 3.0.2 too because of indirect dependencies
README.md
@@ -19,7 +19,7 @@ Java api library to access nextcloud features from java applications
19
<dependency>
20
<groupId>com.github.a-schild</groupId>
21
<artifactId>nextcloud-java-api</artifactId>
22
- <version>12.0.3</version>
+ <version>12.0.4</version>
23
</dependency>
24
```
25
0 commit comments