You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/06/02 01:34:33 UTC

[geode] branch support/1.13 updated: GEODE-9339: bump json-smart from 2.3 to 2.3.1

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

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 4f6eff9  GEODE-9339: bump json-smart from 2.3 to 2.3.1
4f6eff9 is described below

commit 4f6eff98faacec41eb52252a2697ce191a2dba2d
Author: Owen Nichols <on...@apache.org>
AuthorDate: Tue Jun 1 17:50:55 2021 -0700

    GEODE-9339: bump json-smart from 2.3 to 2.3.1
    
    (cherry picked from commit b3b86bb1b2919f0faadf239046883c217d3e2d80)
    (cherry picked from commit c6881a5a5b287d4c6cbae37e210cd02b46274f02)
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml                  | 2 +-
 .../groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/boms/geode-all-bom/src/test/resources/expected-pom.xml b/boms/geode-all-bom/src/test/resources/expected-pom.xml
index 52881fe..69aa5dc 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -346,7 +346,7 @@
       <dependency>
         <groupId>net.minidev</groupId>
         <artifactId>json-smart</artifactId>
-        <version>2.3</version>
+        <version>2.3.1</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
diff --git a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index 40c7a9d..f04a6bb 100644
--- a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -135,7 +135,7 @@ class DependencyConstraints implements Plugin<Project> {
         api(group: 'mysql', name: 'mysql-connector-java', version: '5.1.46')
         api(group: 'net.java.dev.jna', name: 'jna', version: '5.5.0')
         api(group: 'net.java.dev.jna', name: 'jna-platform', version: '5.5.0')
-        api(group: 'net.minidev', name: 'json-smart', version: '2.3')
+        api(group: 'net.minidev', name: 'json-smart', version: '2.3.1')
         api(group: 'net.openhft', name: 'compiler', version: '2.3.5')
         api(group: 'net.sf.jopt-simple', name: 'jopt-simple', version: '5.0.4')
         api(group: 'net.sourceforge.pmd', name: 'pmd-java', version: '6.22.0')