Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Together-Java/TJ-Bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v.4.19.1
Choose a base ref
...
head repository: Together-Java/TJ-Bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v.4.20
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 30, 2025

  1. Bump org.kohsuke:github-api from 1.327 to 1.329 (#1290)

    Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.327 to 1.329.
    - [Release notes](https://github.com/hub4j/github-api/releases)
    - [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
    - [Commits](hub4j/github-api@github-api-1.327...github-api-1.329)
    
    ---
    updated-dependencies:
    - dependency-name: org.kohsuke:github-api
      dependency-version: '1.329'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    27f8563 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Bump com.apptasticsoftware:rssreader from 3.9.3 to 3.10.0 (#1294)

    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](w3stling/rssreader@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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    e29eb30 View commit details
    Browse the repository at this point in the history
  2. Block CDN attachment scam (#1293)

    * Block CDN attachment scam
    
    * added another CDN host to whitelisit
    
    * improved readability by moving stuff around
    
    * analyse went into its own TokenAnalyse class
    * data holder classes were extracted as well
    * added unit test for non trivial stuff in Attachment class
    
    * (minor rename for readability)
    Zabuzard authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    6d085af View commit details
    Browse the repository at this point in the history
Loading