Skip to content

Commit 07ca956

Browse files
build(deps): bump json from 20201115 to 20210307
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20201115 to 20210307. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 34eb70c commit 07ca956

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/jooby-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<jmespath-java.version>1.11.928</jmespath-java.version>
6161
<jooby-maven-plugin.version>2.9.6-SNAPSHOT</jooby-maven-plugin.version>
6262
<jooby.version>2.9.6-SNAPSHOT</jooby.version>
63-
<json.version>20201115</json.version>
63+
<json.version>20210307</json.version>
6464
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
6565
<jsr305.version>3.0.2</jsr305.version>
6666
<junit.version>5.7.1</junit.version>

modules/jooby-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.json</groupId>
5151
<artifactId>json</artifactId>
52-
<version>20201115</version>
52+
<version>20210307</version>
5353
</dependency>
5454

5555
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<!-- Misc -->
9292
<okhttp.version>4.9.1</okhttp.version>
9393
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
94-
<json.version>20201115</json.version>
94+
<json.version>20210307</json.version>
9595
<pac4j.version>4.4.0</pac4j.version>
9696
<quartz.version>2.3.2</quartz.version>
9797
<cron-utils.version>9.1.3</cron-utils.version>

0 commit comments

Comments
 (0)