From 313cb59e0e3c6805a2ebd33b209f404fd55e07bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 06:55:39 +0000 Subject: [PATCH] Bump com.apptasticsoftware:rssreader from 3.8.1 to 3.9.3 Bumps [com.apptasticsoftware:rssreader](https://github.com/w3stling/rssreader) from 3.8.1 to 3.9.3. - [Release notes](https://github.com/w3stling/rssreader/releases) - [Commits](https://github.com/w3stling/rssreader/compare/v3.8.1...v3.9.3) --- updated-dependencies: - dependency-name: com.apptasticsoftware:rssreader dependency-version: 3.9.3 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 b9ca0f731d..61aec1dca9 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'org.kohsuke:github-api:1.327' implementation 'org.apache.commons:commons-text:1.12.0' - implementation 'com.apptasticsoftware:rssreader:3.8.1' + implementation 'com.apptasticsoftware:rssreader:3.9.3' testImplementation 'org.mockito:mockito-core:5.17.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'