Skip to content

Commit

Permalink
Bump org.json4s:json4s-jackson_2.12 from 4.0.6 to 4.0.7
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent 3a8d98b commit 75cb8b6
Showing 1 changed file with 1 addition and 1 deletion.
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 75cb8b6

Please sign in to comment.