Skip to content

build(deps): Bump de.rub.nds:protocol-toolkit-bom from 4.4.1 to 4.5.0 - #67

Merged
dependabot-reviewer-tls-attacker[bot] merged 1 commit into
mainfrom
dependabot/maven/de.rub.nds-protocol-toolkit-bom-4.5.0
Feb 7, 2025
Merged

build(deps): Bump de.rub.nds:protocol-toolkit-bom from 4.4.1 to 4.5.0#67
dependabot-reviewer-tls-attacker[bot] merged 1 commit into
mainfrom
dependabot/maven/de.rub.nds-protocol-toolkit-bom-4.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 7, 2025

Copy link
Copy Markdown
Contributor

Bumps de.rub.nds:protocol-toolkit-bom from 4.4.1 to 4.5.0.

Commits
  • 5a3f9ea release: v4.5.0
  • 3d6dc62 feat: Upgrade BouncyCastle to 1.80
  • 648843f release: Prepare for next development iteration
  • 6aeca8e release: v4.4.3
  • f37e5a2 release: Prepare for next development iteration
  • 295f1ad build(deps): Bump de.rub.nds:scanner-core from 5.4.1 to 5.5.0 (#424)
  • d825484 build(deps): Bump com.rabbitmq:amqp-client from 5.24.0 to 5.25.0 (#423)
  • 18928e6 release: Prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [de.rub.nds:protocol-toolkit-bom](https://github.com/tls-attacker/Protocol-Toolkit-BOM) from 4.4.1 to 4.5.0.
- [Commits](tls-attacker/Protocol-Toolkit-BOM@v4.4.1...v4.5.0)

---
updated-dependencies:
- dependency-name: de.rub.nds:protocol-toolkit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it is a BOM update

@dependabot
dependabot Bot deleted the dependabot/maven/de.rub.nds-protocol-toolkit-bom-4.5.0 branch February 7, 2025 09:37
ic0ns pushed a commit that referenced this pull request Jun 30, 2025
Instead of casting the parent's collection field, store the specific collection types (List<T> and Set<T>) as separate fields in ListResult and SetResult respectively. This eliminates the SpotBugs BC_BAD_CAST_TO_ABSTRACT_COLLECTION warnings.

The changes:
- Added private final List<T> field to ListResult
- Added private final Set<T> field to SetResult
- Modified getList() and getSet() to return the stored fields instead of casting
- Added comprehensive unit tests for both classes

Fixes #67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants