hazelcast-hibernate icon indicating copy to clipboard operation
hazelcast-hibernate copied to clipboard

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4

Open dependabot[bot] opened this issue 1 year ago • 3 comments

Bumps org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4.

Release notes

Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.

3.2.4

Release Notes - Maven GPG Plugin - Version 3.2.4


📦 Dependency updates

3.2.3

Release Notes - Maven GPG Plugin - Version 3.2.3

... (truncated)

Commits
  • 789149e [maven-release-plugin] prepare release maven-gpg-plugin-3.2.4
  • 893aedc [MGPG-125] Fix "bestPractices" (#95)
  • b6f0324 [MGPG-126] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#94)
  • 3c5878b [maven-release-plugin] prepare for next development iteration
  • 89b91a4 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.3
  • fc2efa3 [MGPG-123][MGPG-124] Dependency upgrades (#93)
  • 50222d3 [MGPG-120] New mojo sign-deployed (#88)
  • a6c3a09 [MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3...
  • 78f5e37 [MGPG-121] Return the workaround for pseudo security (#90)
  • 582df74 [MGPG-117] Improve passphrase handling (#86)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Apr 22 '24 02:04 dependabot[bot]

Test Results

128 tests  ±0   128 :white_check_mark: ±0   1m 3s :stopwatch: -1s  24 suites ±0     0 :zzz: ±0   24 files   ±0     0 :x: ±0 

Results for commit 006c734e. ± Comparison against base commit e2a0442c.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Apr 22 '24 03:04 github-actions[bot]

This would be best reviewed by @nishaatr as it is used during the release.

frant-hartm avatar May 22 '24 07:05 frant-hartm

This would be best reviewed by @nishaatr as it is used during the release.

Yes, correct @frant-hartm. Used during mvn deploy which can be seen in this build https://jenkins.hazelcast.com/view/release-automation/job/distribution-automation/77/consoleFull which generates the .asc file also deployed (search for gpg:3.1.0:sign)

We also use gpg to install the key here which is currently gpg (GnuPG) 2.2.27. The standalone gpg tool is baked in the Release Pipeline docker image in https://github.com/hazelcast/hazelcast-pipeline-library/blob/master/docker/Dockerfile#L12

I think both versions should be updated and tested. Testing is little tricky as we only run deploy when doing the actual release. If you prefer DevInfra to do the testing then I will raise a ticket and get it done at some point. Let me know?

Otherwise, we merge this and hope for the best but thats risky and prefer we get it tested

nishaatr avatar May 22 '24 07:05 nishaatr

Superseded by #527.

dependabot[bot] avatar Aug 15 '24 02:08 dependabot[bot]