-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference actions by commit SHA #240
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Referencing actions by commit SHA in GitHub workflows guarantees you are using an immutable version. Actions referenced by tags and branches are more vulnerable to attacks, such as the tag being moved to a malicious commit or a malicious commit being pushed to the branch. It's important to make sure the SHA's are from the original repositories and not forks. For reference: https://github.com/actions/checkout/releases/tag/v4.1.1 SHA: b4ffde65f46336ab88eb53be808477a3936bae11 https://github.com/actions/setup-java/releases/tag/v3.13.0 SHA: 0ab4596768b603586c0de567f2430c30f5b0d2b0 Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
github-merge-queue bot
referenced
this pull request
in camunda/camunda
May 6, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.objenesis:objenesis](https://objenesis.org) ([source](https://togithub.com/easymock/objenesis)) | `3.3` -> `3.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.objenesis:objenesis/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.objenesis:objenesis/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.objenesis:objenesis/3.3/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.objenesis:objenesis/3.3/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>easymock/objenesis (org.objenesis:objenesis)</summary> ### [`v3.4`](https://togithub.com/easymock/objenesis/releases/tag/3.4) [Compare Source](https://togithub.com/easymock/objenesis/compare/3.3...3.4) #### What's Changed - Bump maven-bundle-plugin from 5.1.7 to 5.1.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/125](https://togithub.com/easymock/objenesis/pull/125) - Bump byte-buddy from 1.12.12 to 1.12.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/126](https://togithub.com/easymock/objenesis/pull/126) - Bump maven-site-plugin from 3.12.0 to 3.12.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/128](https://togithub.com/easymock/objenesis/pull/128) - Bump maven-project-info-reports-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/129](https://togithub.com/easymock/objenesis/pull/129) - Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/130](https://togithub.com/easymock/objenesis/pull/130) - Bump byte-buddy from 1.12.13 to 1.12.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/131](https://togithub.com/easymock/objenesis/pull/131) - Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/132](https://togithub.com/easymock/objenesis/pull/132) - Bump versions-maven-plugin from 2.11.0 to 2.12.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/136](https://togithub.com/easymock/objenesis/pull/136) - Bump byte-buddy from 1.12.14 to 1.12.16 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/137](https://togithub.com/easymock/objenesis/pull/137) - Bump logback-classic from 1.2.11 to 1.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/138](https://togithub.com/easymock/objenesis/pull/138) - Bump maven-shade-plugin from 3.3.0 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/139](https://togithub.com/easymock/objenesis/pull/139) - Bump maven-jar-plugin from 3.2.2 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/140](https://togithub.com/easymock/objenesis/pull/140) - Bump junit5.version from 5.9.0 to 5.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/141](https://togithub.com/easymock/objenesis/pull/141) - Bump byte-buddy from 1.12.16 to 1.12.17 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/142](https://togithub.com/easymock/objenesis/pull/142) - Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/134](https://togithub.com/easymock/objenesis/pull/134) - Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/135](https://togithub.com/easymock/objenesis/pull/135) - Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/145](https://togithub.com/easymock/objenesis/pull/145) - Bump byte-buddy from 1.12.17 to 1.12.18 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/147](https://togithub.com/easymock/objenesis/pull/147) - Bump versions-maven-plugin from 2.12.0 to 2.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/148](https://togithub.com/easymock/objenesis/pull/148) - Bump maven-shade-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/149](https://togithub.com/easymock/objenesis/pull/149) - Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/150](https://togithub.com/easymock/objenesis/pull/150) - Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/151](https://togithub.com/easymock/objenesis/pull/151) - Bump modernizer-maven-plugin from 2.4.0 to 2.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/152](https://togithub.com/easymock/objenesis/pull/152) - Bump jmh.version from 1.35 to 1.36 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/153](https://togithub.com/easymock/objenesis/pull/153) - Bump byte-buddy from 1.12.18 to 1.12.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/154](https://togithub.com/easymock/objenesis/pull/154) - Bump maven-install-plugin from 3.0.1 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/155](https://togithub.com/easymock/objenesis/pull/155) - Bump versions-maven-plugin from 2.13.0 to 2.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/157](https://togithub.com/easymock/objenesis/pull/157) - Bump versions-maven-plugin from 2.14.0 to 2.14.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/158](https://togithub.com/easymock/objenesis/pull/158) - Bump byte-buddy from 1.12.19 to 1.12.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/159](https://togithub.com/easymock/objenesis/pull/159) - Bump wagon-ssh-external from 3.5.2 to 3.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/161](https://togithub.com/easymock/objenesis/pull/161) - Bump versions-maven-plugin from 2.14.1 to 2.14.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/162](https://togithub.com/easymock/objenesis/pull/162) - Bump byte-buddy from 1.12.20 to 1.12.21 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/163](https://togithub.com/easymock/objenesis/pull/163) - Bump junit5.version from 5.9.1 to 5.9.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/164](https://togithub.com/easymock/objenesis/pull/164) - Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/165](https://togithub.com/easymock/objenesis/pull/165) - Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/166](https://togithub.com/easymock/objenesis/pull/166) - Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/167](https://togithub.com/easymock/objenesis/pull/167) - Bump byte-buddy from 1.12.21 to 1.12.22 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/168](https://togithub.com/easymock/objenesis/pull/168) - Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/169](https://togithub.com/easymock/objenesis/pull/169) - Bump byte-buddy from 1.12.22 to 1.12.23 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/170](https://togithub.com/easymock/objenesis/pull/170) - Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/171](https://togithub.com/easymock/objenesis/pull/171) - Bump byte-buddy from 1.12.23 to 1.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/172](https://togithub.com/easymock/objenesis/pull/172) - Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/173](https://togithub.com/easymock/objenesis/pull/173) - Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/174](https://togithub.com/easymock/objenesis/pull/174) - Bump byte-buddy from 1.13.0 to 1.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/175](https://togithub.com/easymock/objenesis/pull/175) - Bump versions-maven-plugin from 2.14.2 to 2.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/176](https://togithub.com/easymock/objenesis/pull/176) - Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/178](https://togithub.com/easymock/objenesis/pull/178) - Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/179](https://togithub.com/easymock/objenesis/pull/179) - Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/180](https://togithub.com/easymock/objenesis/pull/180) - Bump byte-buddy from 1.14.0 to 1.14.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/181](https://togithub.com/easymock/objenesis/pull/181) - Bump byte-buddy from 1.14.1 to 1.14.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/182](https://togithub.com/easymock/objenesis/pull/182) - Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/183](https://togithub.com/easymock/objenesis/pull/183) - Bump logback-classic from 1.3.5 to 1.4.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/184](https://togithub.com/easymock/objenesis/pull/184) - Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/186](https://togithub.com/easymock/objenesis/pull/186) - Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/187](https://togithub.com/easymock/objenesis/pull/187) - Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/188](https://togithub.com/easymock/objenesis/pull/188) - Bump license-maven-plugin from 4.1 to 4.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/189](https://togithub.com/easymock/objenesis/pull/189) - Bump maven-install-plugin from 3.1.0 to 3.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/190](https://togithub.com/easymock/objenesis/pull/190) - Bump maven-resources-plugin from 3.3.0 to 3.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/191](https://togithub.com/easymock/objenesis/pull/191) - Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/192](https://togithub.com/easymock/objenesis/pull/192) - Bump byte-buddy from 1.14.2 to 1.14.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/193](https://togithub.com/easymock/objenesis/pull/193) - Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/194](https://togithub.com/easymock/objenesis/pull/194) - Bump byte-buddy from 1.14.3 to 1.14.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/195](https://togithub.com/easymock/objenesis/pull/195) - Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/196](https://togithub.com/easymock/objenesis/pull/196) - Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/197](https://togithub.com/easymock/objenesis/pull/197) - Bump junit-jupiter from 5.9.2 to 5.9.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/202](https://togithub.com/easymock/objenesis/pull/202) - Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/203](https://togithub.com/easymock/objenesis/pull/203) - Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/204](https://togithub.com/easymock/objenesis/pull/204) - Bump maven-remote-resources-plugin from 3.0.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/205](https://togithub.com/easymock/objenesis/pull/205) - Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/206](https://togithub.com/easymock/objenesis/pull/206) - Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/207](https://togithub.com/easymock/objenesis/pull/207) - Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/208](https://togithub.com/easymock/objenesis/pull/208) - Bump maven-source-plugin from 3.2.1 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/209](https://togithub.com/easymock/objenesis/pull/209) - Trivial Markdown fix. by [@​wilx](https://togithub.com/wilx) in [https://github.com/easymock/objenesis/pull/210](https://togithub.com/easymock/objenesis/pull/210) - Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/211](https://togithub.com/easymock/objenesis/pull/211) - Bump byte-buddy from 1.14.4 to 1.14.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/212](https://togithub.com/easymock/objenesis/pull/212) - Bump maven-release-plugin from 3.0.0 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/213](https://togithub.com/easymock/objenesis/pull/213) - Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/214](https://togithub.com/easymock/objenesis/pull/214) - Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/215](https://togithub.com/easymock/objenesis/pull/215) - Bump versions-maven-plugin from 2.15.0 to 2.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/216](https://togithub.com/easymock/objenesis/pull/216) - Bump maven-war-plugin from 3.3.2 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/217](https://togithub.com/easymock/objenesis/pull/217) - Bump maven-shade-plugin from 3.4.1 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/218](https://togithub.com/easymock/objenesis/pull/218) - Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/219](https://togithub.com/easymock/objenesis/pull/219) - Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/221](https://togithub.com/easymock/objenesis/pull/221) - Bump jmh.version from 1.36 to 1.37 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/222](https://togithub.com/easymock/objenesis/pull/222) - Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/224](https://togithub.com/easymock/objenesis/pull/224) - Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/225](https://togithub.com/easymock/objenesis/pull/225) - Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/226](https://togithub.com/easymock/objenesis/pull/226) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/227](https://togithub.com/easymock/objenesis/pull/227) - Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/228](https://togithub.com/easymock/objenesis/pull/228) - Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/229](https://togithub.com/easymock/objenesis/pull/229) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/230](https://togithub.com/easymock/objenesis/pull/230) - Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/231](https://togithub.com/easymock/objenesis/pull/231) - Bump org.gaul:modernizer-maven-plugin from 2.6.0 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/232](https://togithub.com/easymock/objenesis/pull/232) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/233](https://togithub.com/easymock/objenesis/pull/233) - Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/234](https://togithub.com/easymock/objenesis/pull/234) - Bump com.mycila:license-maven-plugin from 4.2 to 4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/235](https://togithub.com/easymock/objenesis/pull/235) - Bump org.apache.maven.plugins:maven-artifact-plugin from 3.4.1 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/236](https://togithub.com/easymock/objenesis/pull/236) - Bump maven-clean-plugin from 3.2.0 to 3.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/220](https://togithub.com/easymock/objenesis/pull/220) - Set permissions for ci.yml by [@​joycebrum](https://togithub.com/joycebrum) in [https://github.com/easymock/objenesis/pull/223](https://togithub.com/easymock/objenesis/pull/223) - Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/237](https://togithub.com/easymock/objenesis/pull/237) - Reference actions by commit SHA by [@​gabibguti](https://togithub.com/gabibguti) in [https://github.com/easymock/objenesis/pull/240](https://togithub.com/easymock/objenesis/pull/240) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/241](https://togithub.com/easymock/objenesis/pull/241) - Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/242](https://togithub.com/easymock/objenesis/pull/242) - Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/243](https://togithub.com/easymock/objenesis/pull/243) - Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/244](https://togithub.com/easymock/objenesis/pull/244) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/245](https://togithub.com/easymock/objenesis/pull/245) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/246](https://togithub.com/easymock/objenesis/pull/246) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/247](https://togithub.com/easymock/objenesis/pull/247) - Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/248](https://togithub.com/easymock/objenesis/pull/248) - Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/249](https://togithub.com/easymock/objenesis/pull/249) - Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/250](https://togithub.com/easymock/objenesis/pull/250) - Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/251](https://togithub.com/easymock/objenesis/pull/251) - Bump actions/setup-java from 3.13.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/252](https://togithub.com/easymock/objenesis/pull/252) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/253](https://togithub.com/easymock/objenesis/pull/253) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/254](https://togithub.com/easymock/objenesis/pull/254) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/255](https://togithub.com/easymock/objenesis/pull/255) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/256](https://togithub.com/easymock/objenesis/pull/256) - Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/257](https://togithub.com/easymock/objenesis/pull/257) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/258](https://togithub.com/easymock/objenesis/pull/258) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/259](https://togithub.com/easymock/objenesis/pull/259) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/260](https://togithub.com/easymock/objenesis/pull/260) - Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/261](https://togithub.com/easymock/objenesis/pull/261) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/262](https://togithub.com/easymock/objenesis/pull/262) - Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/263](https://togithub.com/easymock/objenesis/pull/263) - Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/264](https://togithub.com/easymock/objenesis/pull/264) - Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/265](https://togithub.com/easymock/objenesis/pull/265) - Bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/266](https://togithub.com/easymock/objenesis/pull/266) - Bump actions/setup-java from 4.0.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/267](https://togithub.com/easymock/objenesis/pull/267) - Bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.1.0 to 3.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/268](https://togithub.com/easymock/objenesis/pull/268) - Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/269](https://togithub.com/easymock/objenesis/pull/269) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/270](https://togithub.com/easymock/objenesis/pull/270) - Bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/271](https://togithub.com/easymock/objenesis/pull/271) - Bump actions/setup-java from 4.1.0 to 4.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/272](https://togithub.com/easymock/objenesis/pull/272) - Bump actions/setup-java from 4.2.0 to 4.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/273](https://togithub.com/easymock/objenesis/pull/273) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/274](https://togithub.com/easymock/objenesis/pull/274) - Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/275](https://togithub.com/easymock/objenesis/pull/275) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/276](https://togithub.com/easymock/objenesis/pull/276) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/277](https://togithub.com/easymock/objenesis/pull/277) - Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/278](https://togithub.com/easymock/objenesis/pull/278) - Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/279](https://togithub.com/easymock/objenesis/pull/279) - Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/280](https://togithub.com/easymock/objenesis/pull/280) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/281](https://togithub.com/easymock/objenesis/pull/281) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/282](https://togithub.com/easymock/objenesis/pull/282) - Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/283](https://togithub.com/easymock/objenesis/pull/283) - Bump actions/checkout from 4.1.2 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/284](https://togithub.com/easymock/objenesis/pull/284) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/285](https://togithub.com/easymock/objenesis/pull/285) - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/286](https://togithub.com/easymock/objenesis/pull/286) - Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/287](https://togithub.com/easymock/objenesis/pull/287) - Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/288](https://togithub.com/easymock/objenesis/pull/288) - Bump actions/checkout from 4.1.3 to 4.1.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/289](https://togithub.com/easymock/objenesis/pull/289) - Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/290](https://togithub.com/easymock/objenesis/pull/290) - Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/291](https://togithub.com/easymock/objenesis/pull/291) - Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/292](https://togithub.com/easymock/objenesis/pull/292) #### New Contributors - [@​wilx](https://togithub.com/wilx) made their first contribution in [https://github.com/easymock/objenesis/pull/210](https://togithub.com/easymock/objenesis/pull/210) - [@​joycebrum](https://togithub.com/joycebrum) made their first contribution in [https://github.com/easymock/objenesis/pull/223](https://togithub.com/easymock/objenesis/pull/223) - [@​gabibguti](https://togithub.com/gabibguti) made their first contribution in [https://github.com/easymock/objenesis/pull/240](https://togithub.com/easymock/objenesis/pull/240) **Full Changelog**: easymock/objenesis@3.3...3.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSJdfQ==-->
drernie
referenced
this pull request
in quiltdata/nf-quilt
May 13, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.objenesis:objenesis](https://objenesis.org) ([source](https://togithub.com/easymock/objenesis)) | `3.3` -> `3.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.objenesis:objenesis/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.objenesis:objenesis/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.objenesis:objenesis/3.3/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.objenesis:objenesis/3.3/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>easymock/objenesis (org.objenesis:objenesis)</summary> ### [`v3.4`](https://togithub.com/easymock/objenesis/releases/tag/3.4) [Compare Source](https://togithub.com/easymock/objenesis/compare/3.3...3.4) #### What's Changed - Bump maven-bundle-plugin from 5.1.7 to 5.1.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/125](https://togithub.com/easymock/objenesis/pull/125) - Bump byte-buddy from 1.12.12 to 1.12.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/126](https://togithub.com/easymock/objenesis/pull/126) - Bump maven-site-plugin from 3.12.0 to 3.12.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/128](https://togithub.com/easymock/objenesis/pull/128) - Bump maven-project-info-reports-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/129](https://togithub.com/easymock/objenesis/pull/129) - Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/130](https://togithub.com/easymock/objenesis/pull/130) - Bump byte-buddy from 1.12.13 to 1.12.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/131](https://togithub.com/easymock/objenesis/pull/131) - Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/132](https://togithub.com/easymock/objenesis/pull/132) - Bump versions-maven-plugin from 2.11.0 to 2.12.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/136](https://togithub.com/easymock/objenesis/pull/136) - Bump byte-buddy from 1.12.14 to 1.12.16 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/137](https://togithub.com/easymock/objenesis/pull/137) - Bump logback-classic from 1.2.11 to 1.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/138](https://togithub.com/easymock/objenesis/pull/138) - Bump maven-shade-plugin from 3.3.0 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/139](https://togithub.com/easymock/objenesis/pull/139) - Bump maven-jar-plugin from 3.2.2 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/140](https://togithub.com/easymock/objenesis/pull/140) - Bump junit5.version from 5.9.0 to 5.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/141](https://togithub.com/easymock/objenesis/pull/141) - Bump byte-buddy from 1.12.16 to 1.12.17 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/142](https://togithub.com/easymock/objenesis/pull/142) - Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/134](https://togithub.com/easymock/objenesis/pull/134) - Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/135](https://togithub.com/easymock/objenesis/pull/135) - Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/145](https://togithub.com/easymock/objenesis/pull/145) - Bump byte-buddy from 1.12.17 to 1.12.18 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/147](https://togithub.com/easymock/objenesis/pull/147) - Bump versions-maven-plugin from 2.12.0 to 2.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/148](https://togithub.com/easymock/objenesis/pull/148) - Bump maven-shade-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/149](https://togithub.com/easymock/objenesis/pull/149) - Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/150](https://togithub.com/easymock/objenesis/pull/150) - Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/151](https://togithub.com/easymock/objenesis/pull/151) - Bump modernizer-maven-plugin from 2.4.0 to 2.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/152](https://togithub.com/easymock/objenesis/pull/152) - Bump jmh.version from 1.35 to 1.36 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/153](https://togithub.com/easymock/objenesis/pull/153) - Bump byte-buddy from 1.12.18 to 1.12.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/154](https://togithub.com/easymock/objenesis/pull/154) - Bump maven-install-plugin from 3.0.1 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/155](https://togithub.com/easymock/objenesis/pull/155) - Bump versions-maven-plugin from 2.13.0 to 2.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/157](https://togithub.com/easymock/objenesis/pull/157) - Bump versions-maven-plugin from 2.14.0 to 2.14.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/158](https://togithub.com/easymock/objenesis/pull/158) - Bump byte-buddy from 1.12.19 to 1.12.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/159](https://togithub.com/easymock/objenesis/pull/159) - Bump wagon-ssh-external from 3.5.2 to 3.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/161](https://togithub.com/easymock/objenesis/pull/161) - Bump versions-maven-plugin from 2.14.1 to 2.14.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/162](https://togithub.com/easymock/objenesis/pull/162) - Bump byte-buddy from 1.12.20 to 1.12.21 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/163](https://togithub.com/easymock/objenesis/pull/163) - Bump junit5.version from 5.9.1 to 5.9.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/164](https://togithub.com/easymock/objenesis/pull/164) - Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/165](https://togithub.com/easymock/objenesis/pull/165) - Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/166](https://togithub.com/easymock/objenesis/pull/166) - Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/167](https://togithub.com/easymock/objenesis/pull/167) - Bump byte-buddy from 1.12.21 to 1.12.22 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/168](https://togithub.com/easymock/objenesis/pull/168) - Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/169](https://togithub.com/easymock/objenesis/pull/169) - Bump byte-buddy from 1.12.22 to 1.12.23 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/170](https://togithub.com/easymock/objenesis/pull/170) - Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/171](https://togithub.com/easymock/objenesis/pull/171) - Bump byte-buddy from 1.12.23 to 1.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/172](https://togithub.com/easymock/objenesis/pull/172) - Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/173](https://togithub.com/easymock/objenesis/pull/173) - Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/174](https://togithub.com/easymock/objenesis/pull/174) - Bump byte-buddy from 1.13.0 to 1.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/175](https://togithub.com/easymock/objenesis/pull/175) - Bump versions-maven-plugin from 2.14.2 to 2.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/176](https://togithub.com/easymock/objenesis/pull/176) - Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/178](https://togithub.com/easymock/objenesis/pull/178) - Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/179](https://togithub.com/easymock/objenesis/pull/179) - Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/180](https://togithub.com/easymock/objenesis/pull/180) - Bump byte-buddy from 1.14.0 to 1.14.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/181](https://togithub.com/easymock/objenesis/pull/181) - Bump byte-buddy from 1.14.1 to 1.14.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/182](https://togithub.com/easymock/objenesis/pull/182) - Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/183](https://togithub.com/easymock/objenesis/pull/183) - Bump logback-classic from 1.3.5 to 1.4.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/184](https://togithub.com/easymock/objenesis/pull/184) - Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/186](https://togithub.com/easymock/objenesis/pull/186) - Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/187](https://togithub.com/easymock/objenesis/pull/187) - Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/188](https://togithub.com/easymock/objenesis/pull/188) - Bump license-maven-plugin from 4.1 to 4.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/189](https://togithub.com/easymock/objenesis/pull/189) - Bump maven-install-plugin from 3.1.0 to 3.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/190](https://togithub.com/easymock/objenesis/pull/190) - Bump maven-resources-plugin from 3.3.0 to 3.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/191](https://togithub.com/easymock/objenesis/pull/191) - Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/192](https://togithub.com/easymock/objenesis/pull/192) - Bump byte-buddy from 1.14.2 to 1.14.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/193](https://togithub.com/easymock/objenesis/pull/193) - Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/194](https://togithub.com/easymock/objenesis/pull/194) - Bump byte-buddy from 1.14.3 to 1.14.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/195](https://togithub.com/easymock/objenesis/pull/195) - Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/196](https://togithub.com/easymock/objenesis/pull/196) - Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/197](https://togithub.com/easymock/objenesis/pull/197) - Bump junit-jupiter from 5.9.2 to 5.9.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/202](https://togithub.com/easymock/objenesis/pull/202) - Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/203](https://togithub.com/easymock/objenesis/pull/203) - Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/204](https://togithub.com/easymock/objenesis/pull/204) - Bump maven-remote-resources-plugin from 3.0.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/205](https://togithub.com/easymock/objenesis/pull/205) - Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/206](https://togithub.com/easymock/objenesis/pull/206) - Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/207](https://togithub.com/easymock/objenesis/pull/207) - Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/208](https://togithub.com/easymock/objenesis/pull/208) - Bump maven-source-plugin from 3.2.1 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/209](https://togithub.com/easymock/objenesis/pull/209) - Trivial Markdown fix. by [@​wilx](https://togithub.com/wilx) in [https://github.com/easymock/objenesis/pull/210](https://togithub.com/easymock/objenesis/pull/210) - Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/211](https://togithub.com/easymock/objenesis/pull/211) - Bump byte-buddy from 1.14.4 to 1.14.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/212](https://togithub.com/easymock/objenesis/pull/212) - Bump maven-release-plugin from 3.0.0 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/213](https://togithub.com/easymock/objenesis/pull/213) - Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/214](https://togithub.com/easymock/objenesis/pull/214) - Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/215](https://togithub.com/easymock/objenesis/pull/215) - Bump versions-maven-plugin from 2.15.0 to 2.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/216](https://togithub.com/easymock/objenesis/pull/216) - Bump maven-war-plugin from 3.3.2 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/217](https://togithub.com/easymock/objenesis/pull/217) - Bump maven-shade-plugin from 3.4.1 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/218](https://togithub.com/easymock/objenesis/pull/218) - Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/219](https://togithub.com/easymock/objenesis/pull/219) - Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/221](https://togithub.com/easymock/objenesis/pull/221) - Bump jmh.version from 1.36 to 1.37 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/222](https://togithub.com/easymock/objenesis/pull/222) - Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/224](https://togithub.com/easymock/objenesis/pull/224) - Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/225](https://togithub.com/easymock/objenesis/pull/225) - Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/226](https://togithub.com/easymock/objenesis/pull/226) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/227](https://togithub.com/easymock/objenesis/pull/227) - Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/228](https://togithub.com/easymock/objenesis/pull/228) - Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/229](https://togithub.com/easymock/objenesis/pull/229) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/230](https://togithub.com/easymock/objenesis/pull/230) - Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/231](https://togithub.com/easymock/objenesis/pull/231) - Bump org.gaul:modernizer-maven-plugin from 2.6.0 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/232](https://togithub.com/easymock/objenesis/pull/232) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/233](https://togithub.com/easymock/objenesis/pull/233) - Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/234](https://togithub.com/easymock/objenesis/pull/234) - Bump com.mycila:license-maven-plugin from 4.2 to 4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/235](https://togithub.com/easymock/objenesis/pull/235) - Bump org.apache.maven.plugins:maven-artifact-plugin from 3.4.1 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/236](https://togithub.com/easymock/objenesis/pull/236) - Bump maven-clean-plugin from 3.2.0 to 3.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/220](https://togithub.com/easymock/objenesis/pull/220) - Set permissions for ci.yml by [@​joycebrum](https://togithub.com/joycebrum) in [https://github.com/easymock/objenesis/pull/223](https://togithub.com/easymock/objenesis/pull/223) - Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/237](https://togithub.com/easymock/objenesis/pull/237) - Reference actions by commit SHA by [@​gabibguti](https://togithub.com/gabibguti) in [https://github.com/easymock/objenesis/pull/240](https://togithub.com/easymock/objenesis/pull/240) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/241](https://togithub.com/easymock/objenesis/pull/241) - Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/242](https://togithub.com/easymock/objenesis/pull/242) - Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/243](https://togithub.com/easymock/objenesis/pull/243) - Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/244](https://togithub.com/easymock/objenesis/pull/244) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/245](https://togithub.com/easymock/objenesis/pull/245) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/246](https://togithub.com/easymock/objenesis/pull/246) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/247](https://togithub.com/easymock/objenesis/pull/247) - Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/248](https://togithub.com/easymock/objenesis/pull/248) - Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/249](https://togithub.com/easymock/objenesis/pull/249) - Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/250](https://togithub.com/easymock/objenesis/pull/250) - Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/251](https://togithub.com/easymock/objenesis/pull/251) - Bump actions/setup-java from 3.13.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/252](https://togithub.com/easymock/objenesis/pull/252) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/253](https://togithub.com/easymock/objenesis/pull/253) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/254](https://togithub.com/easymock/objenesis/pull/254) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/255](https://togithub.com/easymock/objenesis/pull/255) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/256](https://togithub.com/easymock/objenesis/pull/256) - Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/257](https://togithub.com/easymock/objenesis/pull/257) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/258](https://togithub.com/easymock/objenesis/pull/258) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/259](https://togithub.com/easymock/objenesis/pull/259) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/260](https://togithub.com/easymock/objenesis/pull/260) - Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/261](https://togithub.com/easymock/objenesis/pull/261) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/262](https://togithub.com/easymock/objenesis/pull/262) - Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/263](https://togithub.com/easymock/objenesis/pull/263) - Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/264](https://togithub.com/easymock/objenesis/pull/264) - Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/265](https://togithub.com/easymock/objenesis/pull/265) - Bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/266](https://togithub.com/easymock/objenesis/pull/266) - Bump actions/setup-java from 4.0.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/267](https://togithub.com/easymock/objenesis/pull/267) - Bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.1.0 to 3.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/268](https://togithub.com/easymock/objenesis/pull/268) - Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/269](https://togithub.com/easymock/objenesis/pull/269) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/270](https://togithub.com/easymock/objenesis/pull/270) - Bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/271](https://togithub.com/easymock/objenesis/pull/271) - Bump actions/setup-java from 4.1.0 to 4.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/272](https://togithub.com/easymock/objenesis/pull/272) - Bump actions/setup-java from 4.2.0 to 4.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/273](https://togithub.com/easymock/objenesis/pull/273) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/274](https://togithub.com/easymock/objenesis/pull/274) - Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/275](https://togithub.com/easymock/objenesis/pull/275) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/276](https://togithub.com/easymock/objenesis/pull/276) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/277](https://togithub.com/easymock/objenesis/pull/277) - Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/278](https://togithub.com/easymock/objenesis/pull/278) - Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/279](https://togithub.com/easymock/objenesis/pull/279) - Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/280](https://togithub.com/easymock/objenesis/pull/280) - Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/281](https://togithub.com/easymock/objenesis/pull/281) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/282](https://togithub.com/easymock/objenesis/pull/282) - Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/283](https://togithub.com/easymock/objenesis/pull/283) - Bump actions/checkout from 4.1.2 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/284](https://togithub.com/easymock/objenesis/pull/284) - Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/285](https://togithub.com/easymock/objenesis/pull/285) - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/286](https://togithub.com/easymock/objenesis/pull/286) - Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/287](https://togithub.com/easymock/objenesis/pull/287) - Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/288](https://togithub.com/easymock/objenesis/pull/288) - Bump actions/checkout from 4.1.3 to 4.1.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/289](https://togithub.com/easymock/objenesis/pull/289) - Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/290](https://togithub.com/easymock/objenesis/pull/290) - Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/291](https://togithub.com/easymock/objenesis/pull/291) - Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/easymock/objenesis/pull/292](https://togithub.com/easymock/objenesis/pull/292) #### New Contributors - [@​wilx](https://togithub.com/wilx) made their first contribution in [https://github.com/easymock/objenesis/pull/210](https://togithub.com/easymock/objenesis/pull/210) - [@​joycebrum](https://togithub.com/joycebrum) made their first contribution in [https://github.com/easymock/objenesis/pull/223](https://togithub.com/easymock/objenesis/pull/223) - [@​gabibguti](https://togithub.com/gabibguti) made their first contribution in [https://github.com/easymock/objenesis/pull/240](https://togithub.com/easymock/objenesis/pull/240) **Full Changelog**: easymock/objenesis@3.3...3.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/quiltdata/nf-quilt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #239