Skip to content

Commit

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

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

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

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to 2.18.1
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent c0b252c commit 8df45ee
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.0"
jacksonVersion = "2.18.1"
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.47.0"
jacksonVersion = "2.18.0"
jacksonVersion = "2.18.1"
junitVersion = "5.10.2"
}

Expand Down

0 comments on commit 8df45ee

Please sign in to comment.