Skip to content

Commit 90710df

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

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
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>net.minidev</groupId>
120120
<artifactId>json-smart</artifactId>
121-
<version>2.4.10</version>
121+
<version>2.4.11</version>
122122
<scope>provided</scope>
123123
</dependency>
124124

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>net.minidev</groupId>
5656
<artifactId>json-smart</artifactId>
57-
<version>2.4.10</version>
57+
<version>2.4.11</version>
5858
<scope>provided</scope>
5959
</dependency>
6060
</dependencies>

0 commit comments

Comments
 (0)