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-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new f8f09ec SLING-10723 : Update to Apache Johnzon 1.2.14
f8f09ec is described below
commit f8f09ec255d453e1224de999f99ed1d19fb8e9c0
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Aug 11 14:12:30 2021 +0200
SLING-10723 : Update to Apache Johnzon 1.2.14
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b5fa152..296f6f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>43</version>
+ <version>44</version>
<relativePath />
</parent>
@@ -31,13 +31,13 @@
<properties>
<sling.java.version>8</sling.java.version>
<bnd.version>5.3.0</bnd.version>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-launcher.git</url>
- <tag>org.apache.sling.feature.launcher-1.1.8</tag>
</scm>
<build>
@@ -210,7 +210,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.24</version>
+ <version>1.2.28</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -240,7 +240,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.johnzon</artifactId>
- <version>1.2.6</version>
+ <version>1.2.13-SNAPSHOT</version>
<scope>provided</scope>
</dependency>