This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new a7e134d GEODE-9339: bump json-smart from 2.3 to 2.3.1
a7e134d is described below
commit a7e134de3b441c89d80ab292edea6f7f026fb68b
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)
(cherry picked from commit c6881a5a5b287d4c6cbae37e210cd02b46274f02)
---
boms/geode-all-bom/src/test/resources/expected-pom.xml | 5 +++++
.../org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 1 +
2 files changed, 6 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 46a8834..890b300 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -296,6 +296,11 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>2.3.1</version>
+ </dependency>
+ <dependency>
<groupId>net.openhft</groupId>
<artifactId>compiler</artifactId>
<version>2.3.4</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 c5c9d42..a24cc26 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
@@ -127,6 +127,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.1')
api(group: 'net.openhft', name: 'compiler', version: '2.3.4')
api(group: 'net.sf.jopt-simple', name: 'jopt-simple', version: '5.0.4')
api(group: 'net.spy', name: 'spymemcached', version: '2.12.3')