Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Bump dictzip from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [dictzip](https://github.com/dictzip/dictzip-java) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/dictzip/dictzip-java/releases)
- [Changelog](https://github.com/dictzip/dictzip-java/blob/master/CHANGELOG.md)
- [Commits](dictzip/dictzip-java@v0.12.1...v0.12.2)

---
updated-dependencies:
- dependency-name: io.github.dictzip:dictzip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent e2bf9b8 commit 869e6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation("io.github.dictzip:dictzip:0.12.1")
implementation("io.github.dictzip:dictzip:0.12.2")
implementation("com.github.takawitter:trie4j:0.9.8")
implementation("com.github.ben-manes.caffeine:caffeine:2.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
Expand Down

0 comments on commit 869e6b6

Please sign in to comment.