This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new 624431c SLING-11973 - Updating to Johnzon 1.2.21 (#3)
624431c is described below
commit 624431cbac8ee1ba3e62926b10322d442111d626
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Jul 19 17:00:01 2023 +0100
SLING-11973 - Updating to Johnzon 1.2.21 (#3)
Updating to Johnzon 1.2.21
Co-authored-by: Robert Munteanu <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 38f445d..b0df949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ Provide-Capability:
osgi.contract;osgi.contract=JavaJSONP;uses:="javax.json,java
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
- <version>1.2.14</version>
+ <version>1.2.21</version>
<scope>provided</scope>
</dependency>
<!-- OSGi annotations (OSGi R7) -->