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-analyser.git
The following commit(s) were added to refs/heads/master by this push:
new 8cc246b SLING-10723 : Update to Apache Johnzon 1.2.14
8cc246b is described below
commit 8cc246b5983c567e12c038efdbfc616fb7addcff
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Aug 11 13:45:15 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 c6a97a2..7cc2c7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
<properties>
<sling.java.version>8</sling.java.version>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
</properties>
<scm>
@@ -86,7 +87,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-json_1.1_spec</artifactId>
- <version>1.0</version>
+ <version>1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -180,7 +181,7 @@
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
- <version>1.1.1</version>
+ <version>1.2.14</version>
<scope>test</scope>
</dependency>
<dependency>