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-extension-apiregions.git
The following commit(s) were added to refs/heads/master by this push:
new 1b589ff SLING-10723 : Update to Apache Johnzon 1.2.14
1b589ff is described below
commit 1b589ff47fba17955dce3df24f0a8b3e9c89592b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Aug 11 13:49:29 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 a6e1b17..edb2aa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>43</version>
+ <version>44</version>
<relativePath />
</parent>
@@ -30,6 +30,7 @@
<properties>
<jdk.version>8</jdk.version>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
</properties>
<build>
@@ -105,7 +106,7 @@
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
- <version>1.0.0</version>
+ <version>1.2.14</version>
<scope>test</scope>
</dependency>
<dependency>