You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2021/09/03 10:20:45 UTC

[felix-dev] 01/04: Update johnzon dependency

This is an automated email from the ASF dual-hosted git repository.

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 1fc28f2ad85204b60ce0bbee3fced97b33c0ffff
Author: David Bosschaert <da...@apache.org>
AuthorDate: Fri Sep 3 11:10:33 2021 +0100

    Update johnzon dependency
---
 features/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/pom.xml b/features/pom.xml
index f86e491..769028b 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -139,7 +139,7 @@
 		<dependency>
 			<groupId>org.apache.johnzon</groupId>
 			<artifactId>johnzon-core</artifactId>
-			<version>1.2.2</version>
+			<version>1.2.14</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>