This is an automated email from the ASF dual-hosted git repository.
apelluru pushed a commit to branch SLING-12071
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
The following commit(s) were added to refs/heads/SLING-12071 by this push:
new 8836e4d SLING-12071: upgrade to sling parent 49
8836e4d is described below
commit 8836e4dbacfc6ca9c7d105c91ea7a947106ab41c
Author: Ashok Pelluru <[email protected]>
AuthorDate: Wed Oct 4 10:34:38 2023 +0200
SLING-12071: upgrade to sling parent 49
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 783bd57..dacadb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>45</version>
+ <version>52</version>
<relativePath />
</parent>
@@ -199,7 +199,8 @@
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
- <version>1.1.1</version>
+ <classifier>jakarta</classifier>
+ <version>1.2.14</version>
<scope>test</scope>
</dependency>
<dependency>