From 8fe57252104500eee33b136ef2b4ab926bcd86c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:08:59 +0000 Subject: [PATCH] Bump com.apptasticsoftware:rssreader from 3.11.0 to 3.12.0 Bumps [com.apptasticsoftware:rssreader](https://github.com/w3stling/rssreader) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/w3stling/rssreader/releases) - [Commits](https://github.com/w3stling/rssreader/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: com.apptasticsoftware:rssreader dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index f701c01246..074b94051a 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'org.kohsuke:github-api:1.329' implementation 'org.apache.commons:commons-text:1.14.0' - implementation 'com.apptasticsoftware:rssreader:3.11.0' + implementation 'com.apptasticsoftware:rssreader:3.12.0' testImplementation 'org.mockito:mockito-core:5.20.0' testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"