Skip to content

Commit

Permalink
Chore(deps): Bump com.alibaba:fastjson from 2.0.42 to 2.0.43
Browse files Browse the repository at this point in the history
Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.42 to 2.0.43.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.42...2.0.43)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 17f93a4 commit e2692d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation("com.alibaba:fastjson:2.0.42")
implementation("com.alibaba:fastjson:2.0.43")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0")
implementation(kotlin("stdlib-jdk8"))
}
Expand Down

0 comments on commit e2692d7

Please sign in to comment.