Skip to content

Commit

Permalink
Bump org.json4s:json4s-jackson_2.12 from 4.0.6 to 4.0.7 (#382)
Browse files Browse the repository at this point in the history
* Bump org.json4s:json4s-jackson_2.12 from 4.0.6 to 4.0.7

Bumps [org.json4s:json4s-jackson_2.12](https://github.com/json4s/json4s) from 4.0.6 to 4.0.7.
- [Commits](json4s/json4s@v4.0.6...v4.0.7)

---
updated-dependencies:
- dependency-name: org.json4s:json4s-jackson_2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Jan 7, 2024
1 parent 3a8d98b commit 00699b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `commons-codec:commons-codec` from 1.15 to 1.16.0
- Bumps `com.amazonaws:aws-java-sdk-bundle` from 1.12.451 to 1.12.524
- Bumps `commons-logging:commons-logging` from 1.2 to 1.3.0
- Bumps `org.json4s:json4s-jackson_2.12` from 4.0.6 to 4.0.7

### Changed

Expand Down
2 changes: 1 addition & 1 deletion qa/kerberos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {

compileOnly("com.fasterxml.jackson.module:jackson-module-scala_2.12:2.15.2")
compileOnly("com.fasterxml.jackson.core:jackson-annotations:2.15.2")
compileOnly("org.json4s:json4s-jackson_2.12:4.0.6")
compileOnly("org.json4s:json4s-jackson_2.12:4.0.7")
compileOnly("org.slf4j:slf4j-api:2.0.9")

implementation("org.apache.hadoop:hadoop-client:${HadoopClusterConfiguration.HADOOP.defaultVersion()}")
Expand Down

0 comments on commit 00699b7

Please sign in to comment.