Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump com.apptasticsoftware:rssreader from 3.10.0 to 3.11.0 (#1337)
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](w3stling/rssreader@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2025
commit 8a2315844d58f8bdaaf61be029f28bbd963d78e0
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading