Skip to content

Commit

Permalink
chore(deps): bump jacksonVersion from 2.18.1 to 2.18.2
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.18.1 to 2.18.2.

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2
- [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
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent dd8bb36 commit b4c8e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {

ext {
lombokVersion = "1.18.32"
jacksonVersion = "2.18.1"
jacksonVersion = "2.18.2"
cglibVersion = "3.3.0"
lang3Version = "3.14.0"
freeMakerVersion = "2.3.33"
Expand Down
2 changes: 1 addition & 1 deletion echarts4j-snapshot-playwright/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
playwrightVersion = "1.48.0"
jacksonVersion = "2.18.1"
jacksonVersion = "2.18.2"
junitVersion = "5.10.2"
}

Expand Down

0 comments on commit b4c8e8a

Please sign in to comment.