Skip to content

Commit

Permalink
Bump jline:jline from 0.9.94 to 1.0 in /pig
Browse files Browse the repository at this point in the history
Bumps [jline:jline](https://github.com/jline/jline) from 0.9.94 to 1.0.
- [Release notes](https://github.com/jline/jline/releases)
- [Commits](https://github.com/jline/jline/commits)

---
updated-dependencies:
- dependency-name: jline:jline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 5, 2023
1 parent 3aaf866 commit 756e66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pig/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
testImplementation("org.apache.pig:pig:$pigVersion:$pigClassifier")
testImplementation("joda-time:joda-time:$jodaVersion")
testImplementation("com.google.guava:guava:23.0")
testImplementation("jline:jline:0.9.94")
testImplementation("jline:jline:1.0")

itestEmbedded(project(":test:shared"))
itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
Expand Down

0 comments on commit 756e66e

Please sign in to comment.