From 171dbe0670362c66781abbc8ac1b5e78b1533450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:37:08 +0000 Subject: [PATCH] build(deps): bump androidx.lifecycle:lifecycle-livedata Bumps androidx.lifecycle:lifecycle-livedata from 2.6.1 to 2.6.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- markdown/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/build.gradle b/markdown/build.gradle index 2405fb0..01bb61e 100644 --- a/markdown/build.gradle +++ b/markdown/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.github.stefan-niedermann:android-commons:0.2.9' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.lifecycle:lifecycle-livedata:2.6.1' + implementation 'androidx.lifecycle:lifecycle-livedata:2.6.2' implementation 'org.jsoup:jsoup:1.16.1'