Skip to content

Commit e0cb853

Browse files
Bump json-smart from 2.4.11 to 2.5.0 (#585)
Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.4.11 to 2.5.0. - [Release notes](https://github.com/netplex/json-smart-v2/releases) - [Commits](netplex/json-smart-v2@2.4.11...2.5.0) --- updated-dependencies: - dependency-name: net.minidev:json-smart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33505e2 commit e0cb853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>net.minidev</groupId>
132132
<artifactId>json-smart</artifactId>
133-
<version>2.4.11</version>
133+
<version>2.5.0</version>
134134
<scope>provided</scope>
135135
</dependency>
136136

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>net.minidev</groupId>
6363
<artifactId>json-smart</artifactId>
64-
<version>2.4.11</version>
64+
<version>2.5.0</version>
6565
<scope>provided</scope>
6666
</dependency>
6767
</dependencies>

0 commit comments

Comments
 (0)