From 41f7fa6984e7b878049596fcf0b0271b3dd85152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 00:17:57 +0000 Subject: [PATCH] Bump com.apptasticsoftware:rssreader from 3.9.3 to 3.10.0 Bumps [com.apptasticsoftware:rssreader](https://github.com/w3stling/rssreader) from 3.9.3 to 3.10.0. - [Release notes](https://github.com/w3stling/rssreader/releases) - [Commits](https://github.com/w3stling/rssreader/compare/v3.9.3...v3.10.0) --- updated-dependencies: - dependency-name: com.apptasticsoftware:rssreader dependency-version: 3.10.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 8811b57643..914075d835 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.9.3' + implementation 'com.apptasticsoftware:rssreader:3.10.0' testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"