Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Bump org.codehaus.plexus:plexus from 10 to 14 #32

Merged
merged 2 commits into from
Jul 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps org.codehaus.plexus:plexus from 10 to 14.

Release notes

Sourced from org.codehaus.plexus:plexus's releases.

14

🐛 Bug Fixes

📦 Dependency updates

13

👻 Maintenance

12

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

11

... (truncated)

Commits

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 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 [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 10 to 14.
- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)
- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 24, 2023
@dependabot dependabot bot mentioned this pull request Jul 24, 2023
System.arraycopy(keyAndIv, key.length, iv, 0, iv.length);

Cipher cipher = Cipher.getInstance( CIPHER_ALG );
Cipher cipher = Cipher.getInstance(CIPHER_ALG);

Check failure

Code scanning / CodeQL

Use of a broken or risky cryptographic algorithm

Cryptographic algorithm [AES/CBC/PKCS5Padding](1) is weak and should not be used.
@slachiewicz slachiewicz merged commit 9b09322 into master Jul 30, 2023
@slachiewicz slachiewicz deleted the dependabot/maven/org.codehaus.plexus-plexus-14 branch July 30, 2023 12:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant