Skip to content

Commit

Permalink
chore(deps): bump com.alibaba:fastjson from 2.0.53 to 2.0.54 (#55)
Browse files Browse the repository at this point in the history
Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.53 to 2.0.54.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.53...2.0.54)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  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>
Co-authored-by: Haebin <happybean@hectodata.co.kr>
  • Loading branch information
dependabot[bot] and h-beeen authored Jan 13, 2025
1 parent 711b5ca commit 216d9bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ mavenPublishing {

dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("com.alibaba:fastjson:2.0.53")
implementation("com.alibaba:fastjson:2.0.54")
implementation("commons-codec:commons-codec:1.17.2")


implementation("org.apache.httpcomponents.client5:httpclient5:5.4.1")
implementation("ch.qos.logback:logback-classic:1.5.16")
implementation("ch.qos.logback:logback-core:1.5.16")
Expand Down

0 comments on commit 216d9bb

Please sign in to comment.