Skip to content

Commit

Permalink
build(deps): Bump jackson-databind from 2.13.1 to 2.13.3
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and probot-auto-merge[bot] committed May 16, 2022
1 parent b0b1967 commit 68d9b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation 'net.silthus:ebean-wrapper:2.9.1'
implementation 'net.silthus.configlib:configlib-bukkit:2.6.0'
implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'

implementation 'net.kyori:adventure-api:4.9.3'
implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
Expand Down

0 comments on commit 68d9b6d

Please sign in to comment.