This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
The following commit(s) were added to refs/heads/master by this push:
new 0d4405f SLING-10723 : Update to Apache Johnzon 1.2.14
0d4405f is described below
commit 0d4405f30d2c7461450053c2c722e1ea3fae9dab
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Aug 11 14:15:56 2021 +0200
SLING-10723 : Update to Apache Johnzon 1.2.14
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d9999a4..0e3b793 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>43</version>
+ <version>44</version>
<relativePath />
</parent>
@@ -41,6 +41,7 @@
<mockito-core.version>3.2.0</mockito-core.version>
<license-maven-plugin.version>1.16</license-maven-plugin.version>
<appassembler-maven-plugin.version>2.0.0</appassembler-maven-plugin.version>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
</properties>
<scm>
@@ -153,7 +154,7 @@
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
- <version>1.2.3</version>
+ <version>1.2.14</version>
<scope>compile</scope>
</dependency>
<dependency>