From 826cf53dd720c2159dd79902dc1bc3d1f47f2b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 00:02:44 +0000 Subject: [PATCH] Bump com.apptasticsoftware:rssreader from 3.10.0 to 3.11.0 Bumps [com.apptasticsoftware:rssreader](https://github.com/w3stling/rssreader) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/w3stling/rssreader/releases) - [Commits](https://github.com/w3stling/rssreader/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: com.apptasticsoftware:rssreader dependency-version: 3.11.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 76cdc72e35..c2c2ff0886 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.10.0' + implementation 'com.apptasticsoftware:rssreader:3.11.0' testImplementation 'org.mockito:mockito-core:5.20.0' testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"