tls-attacker / TLS-Attacker

TLS-Attacker is a Java-based framework for analyzing TLS libraries. It can be used to manually test TLS clients and servers or as as a software library for more advanced tools.
Apache License 2.0
778 stars 135 forks source link

build(deps): bump org.cryptomator:siv-mode from 1.4.4 to 1.5.0 #161

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 9 months ago

Bumps org.cryptomator:siv-mode from 1.4.4 to 1.5.0.

Release notes

Sourced from org.cryptomator:siv-mode's releases.

1.5.0

Maven Coordinates

  <dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>siv-mode</artifactId>
    <version>1.5.0</version>
  </dependency>

Artifact Checksums

dd4298094ef9ce7d658edf9b5416e28ca9c30a961c4ea67a756f9951180e870d  target/original-siv-mode-1.5.0.jar
7f5a4740c2575c5d5ff86bf818c3f1d68411ff6035b6549176a381e0eacb2c6b  target/siv-mode-1.5.0-javadoc.jar
16694b858fb988f6827b8ffc0f15d75bb713f17ec81c61bf8ad23636a6f3cbb5  target/siv-mode-1.5.0-sources.jar
08334a3047a61908c68b049877b0ace081367a2a84dee1a346e4c6c5de620b32  target/siv-mode-1.5.0.jar

See README.md section regarding reproducing this build.

What's Changed

What's New 🎉

  • Added org.jetbrains.annotations (compile-time)
  • #19 Make build reproducible

Other Changes 📎

  • Bump build & test dependencies

Full Changelog: https://github.com/cryptomator/siv-mode/compare/1.4.4...1.5.0

Commits
  • 7a1fe68 Merge branch 'release/1.5.0'
  • 1acf5ff prepare version 1.5.0
  • 773590b Merge pull request #19 from cryptomator/feature/reproducible-builds
  • 715d6a9 attempt to fix multiline string output
  • b99619e include sha256 sums of artifacts in release notes
  • a45630e use a fixed locale for javadoc generation
  • 98fc890 fix javadoc warning
  • 41dc1d1 set outputTimestamp within valid range
  • 6e6673d Merge branch 'develop' into feature/reproducible-builds
  • 6f6fdd5 remove codacy coverage report
  • Additional commits viewable 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 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)
dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.