From 5b6a904d472326b470626928effcae58b06f41bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:05:15 +0000 Subject: [PATCH] :arrow_up: Bump org.commonmark:commonmark-ext-autolink Bumps [org.commonmark:commonmark-ext-autolink](https://github.com/commonmark/commonmark-java) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.23.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark-ext-autolink 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 cf3ddf8..dc47660 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ repositories { dependencies { implementation("org.commonmark:commonmark:0.22.0") implementation("org.commonmark:commonmark-ext-gfm-tables:0.22.0") - implementation("org.commonmark:commonmark-ext-autolink:0.22.0") + implementation("org.commonmark:commonmark-ext-autolink:0.23.0") implementation("com.bybutter.sisyphus:sisyphus-grpc:2.1.22") implementation("com.bybutter.sisyphus:sisyphus-jackson-protobuf:2.1.22") implementation("io.grpc:grpc-netty:1.65.0")