From 7ab1189e11ac6ee942161d4fe424319c42e72139 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 13 Dec 2023 18:22:18 +0100 Subject: Pin Parsson dependency to version 1.1.5. Parsson 1.1.0 has reported security vulnerabilities, so pinning it to a newer version is useful. In addition, pulling it in explicitly enables Renovate Bot and similar tooling to control the version of Parsson that we pull in in the future. Change-Id: I0c79f389facce280b733ae422f4b24bfe1e1b117 --- jgvariant-parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jgvariant-parent/pom.xml') diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml index 2318bf2..f5937b0 100644 --- a/jgvariant-parent/pom.xml +++ b/jgvariant-parent/pom.xml @@ -79,6 +79,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later 1.8.2 5.10.1 0.10.18 + 1.1.5 4.7.5 3.0.3 1.9 @@ -130,6 +131,11 @@ SPDX-License-Identifier: LGPL-3.0-or-later yasson ${yasson.version} + + org.eclipse.parsson + parsson + ${parsson.version} + -- cgit v1.2.3