You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/02/03 13:43:02 UTC

[brooklyn-server] branch master updated: bump minidev accessors-smart to match minidev json-smart version

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new b062016  bump minidev accessors-smart to match minidev json-smart version
b062016 is described below

commit b062016fd5c644870ba8420bec4567474ca9ea01
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Feb 3 13:41:36 2022 +0000

    bump minidev accessors-smart to match minidev json-smart version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b431f09..ba024f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
         <log4j.version>1.2.17</log4j.version>
         <commons-logging.version>1.2</commons-logging.version>
         <jsonSmart.version>2.4.7</jsonSmart.version>
-        <minidev.accessors-smart.version>1.2</minidev.accessors-smart.version>
+        <minidev.accessors-smart.version>${jsonSmart.version}</minidev.accessors-smart.version>
 
         <ow2.asm.version.jsonpath>5.2</ow2.asm.version.jsonpath>
           <!-- json-path needs objectweb.asm version 5.2 (<6.0.0), and won't accept a bundleReplacement for a higher one;