From cef64d644e24d3f5e33b563fe0bad0ba888d3f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:30:53 +0000 Subject: [PATCH] Bump mdict4j from 0.2.3 to 0.3.0 Bumps [mdict4j](https://github.com/eb4j/mdict4j) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/eb4j/mdict4j/releases) - [Changelog](https://github.com/eb4j/mdict4j/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/eb4j/mdict4j/compare/v0.2.3...v0.3.0) --- updated-dependencies: - dependency-name: io.github.eb4j:mdict4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0ecbf2d..085c9de 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -97,7 +97,7 @@ dependencies { implementation("io.github.eb4j:dsl4j:0.4.5") // for mdict - implementation("io.github.eb4j:mdict4j:0.2.3") + implementation("io.github.eb4j:mdict4j:0.3.0") implementation("org.jsoup:jsoup:1.14.3") // for oxford-api