This is an automated email from the ASF dual-hosted git repository.
nnag pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.14 by this push:
new 07010d2 GEODE-9339: bump json-smart from 2.3 to 2.3.1
07010d2 is described below
commit 07010d24ca00aa964459c1f8ac529b86506cdc6e
Author: Owen Nichols <[email protected]>
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)
---
boms/geode-all-bom/src/test/resources/expected-pom.xml | 6 ++++++
.../org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 1 +
2 files changed, 7 insertions(+)
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 46585f1..2be66db 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -326,6 +326,12 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>2.3.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>net.openhft</groupId>
<artifactId>compiler</artifactId>
<version>2.4.1</version>
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 93f4e86..dbb2d44 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
@@ -133,6 +133,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.6.0')
api(group: 'net.java.dev.jna', name: 'jna-platform', version: '5.6.0')
+ api(group: 'net.minidev', name: 'json-smart', version: '2.3.1')
api(group: 'net.openhft', name: 'compiler', version: '2.4.1')
api(group: 'net.sf.jopt-simple', name: 'jopt-simple', version: '5.0.4')
api(group: 'net.sourceforge.pmd', name: 'pmd-java', version: '6.31.0')