Skip to content
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

Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 #179

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2.

Release notes

Sourced from spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.7.3.2

  • Resolve #549 auxclasspath regression introduced from 4.7.3.1 release
  • Bump base-parent usage to 38 resolving recursive issue with m2e (or more generally with maven itself) introduced from 4.7.3.1 release
  • Add new integration tests to test that files are not left open (verify-clean) and test to ensure we do not reintroduce auxclasspath issue (check-no-missing-classes).
  • Resolve #236 - inner classes links fixed

Spotbugs Maven Plugin 4.7.3.1

  • Still supports spotbugs 4.7.3
  • Updated to Groovy 4.0.7
  • Fixes for doxia updates to support maven 4 reporting
  • Remove invalid usage of 'auxclasspathFromInput' from inception of findbugs maven plugin. This surfaced when running parallel builds and possibly other related issues as it was causing spotbugs to rely on system.in.
  • Support running xml and sarif reports at same time
  • Add support to run html reports (htmlOutput parameter). Can be ran along side xml and sarif as well.
  • Fixed integration tests for maven 3.3.9 confirmed support level.

note: Groovy 4.0.8 / 4.0.9 are broken for this project. Groovy fixed issue which will come with 4.0.10. Therefore, if overriding groovy, do not upgrade currently beyond 4.0.7. Other versions should be otherwise fine.

Commits
  • 5dcdfd1 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.7.3.2
  • 4864362 Merge pull request #555 from hazendaz/spotbugs
  • 52676c2 [fix] Resolve inner classes broken links per #236
  • d928195 Merge pull request #554 from hazendaz/spotbugs
  • 7f0dd1e [test] Set new test to use jdk 8
  • a613a51 [tests] Add check that we are not missing classes for analysis
  • 8b67f9e Merge pull request #553 from hazendaz/spotbugs
  • b4ea4a7 [tests] Add integration test to check file open issues per #517
  • 03a2658 Merge pull request #550 from corebonts/488-auxclasspath
  • 6ac7bf3 [pom] Bump base-parent to 38 (#552)
  • 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 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 [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.0 to 4.7.3.2.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.7.3.0...spotbugs-maven-plugin-4.7.3.2)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 27, 2023
@henri-tremblay henri-tremblay self-assigned this Feb 27, 2023
@henri-tremblay henri-tremblay added this to the 3.4 milestone Feb 27, 2023
@henri-tremblay henri-tremblay merged commit eaba18a into master Feb 27, 2023
@henri-tremblay henri-tremblay deleted the dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.7.3.2 branch February 27, 2023 06:28
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request 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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#125
- Bump byte-buddy from 1.12.12 to 1.12.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#126
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#128
- Bump maven-project-info-reports-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#129
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#130
- Bump byte-buddy from 1.12.13 to 1.12.14 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#131
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#132
- Bump versions-maven-plugin from 2.11.0 to 2.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#136
- Bump byte-buddy from 1.12.14 to 1.12.16 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#137
- Bump logback-classic from 1.2.11 to 1.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#138
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#139
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#140
- Bump junit5.version from 5.9.0 to 5.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#141
- Bump byte-buddy from 1.12.16 to 1.12.17 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#142
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#134
- Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#135
- Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#145
- Bump byte-buddy from 1.12.17 to 1.12.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#147
- Bump versions-maven-plugin from 2.12.0 to 2.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#148
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#149
- Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#150
- Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#151
- Bump modernizer-maven-plugin from 2.4.0 to 2.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#152
- Bump jmh.version from 1.35 to 1.36 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#153
- Bump byte-buddy from 1.12.18 to 1.12.19 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#154
- Bump maven-install-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#155
- Bump versions-maven-plugin from 2.13.0 to 2.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#157
- Bump versions-maven-plugin from 2.14.0 to 2.14.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#158
- Bump byte-buddy from 1.12.19 to 1.12.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#159
- Bump wagon-ssh-external from 3.5.2 to 3.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#161
- Bump versions-maven-plugin from 2.14.1 to 2.14.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#162
- Bump byte-buddy from 1.12.20 to 1.12.21 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#163
- Bump junit5.version from 5.9.1 to 5.9.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#164
- Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#165
- Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#166
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#167
- Bump byte-buddy from 1.12.21 to 1.12.22 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#168
- Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#169
- Bump byte-buddy from 1.12.22 to 1.12.23 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#170
- Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#171
- Bump byte-buddy from 1.12.23 to 1.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#172
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#173
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#174
- Bump byte-buddy from 1.13.0 to 1.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#175
- Bump versions-maven-plugin from 2.14.2 to 2.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#176
- Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#178
- Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#179
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#180
- Bump byte-buddy from 1.14.0 to 1.14.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#181
- Bump byte-buddy from 1.14.1 to 1.14.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#182
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#183
- Bump logback-classic from 1.3.5 to 1.4.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#184
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#186
- Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#187
- Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#188
- Bump license-maven-plugin from 4.1 to 4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#189
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#190
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#191
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#192
- Bump byte-buddy from 1.14.2 to 1.14.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#193
- Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#194
- Bump byte-buddy from 1.14.3 to 1.14.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#195
- Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#196
- Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#197
- Bump junit-jupiter from 5.9.2 to 5.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#202
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#203
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#204
- Bump maven-remote-resources-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#205
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#206
- Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#207
- Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#208
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#209
- Trivial Markdown fix. by [@&#8203;wilx](https://togithub.com/wilx) in
[easymock/objenesis#210
- Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#211
- Bump byte-buddy from 1.14.4 to 1.14.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#212
- Bump maven-release-plugin from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#213
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#214
- Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#215
- Bump versions-maven-plugin from 2.15.0 to 2.16.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#216
- Bump maven-war-plugin from 3.3.2 to 3.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#217
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#218
- Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#219
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#221
- Bump jmh.version from 1.36 to 1.37 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#222
- Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#224
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to
3.4.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#225
- Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#226
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#227
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to
3.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#228
- Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#229
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#230
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#231
- Bump org.gaul:modernizer-maven-plugin from 2.6.0 to 2.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#232
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#233
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#234
- Bump com.mycila:license-maven-plugin from 4.2 to 4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#235
- Bump org.apache.maven.plugins:maven-artifact-plugin from 3.4.1 to
3.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#236
- Bump maven-clean-plugin from 3.2.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#220
- Set permissions for ci.yml by
[@&#8203;joycebrum](https://togithub.com/joycebrum) in
[easymock/objenesis#223
- Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#237
- Reference actions by commit SHA by
[@&#8203;gabibguti](https://togithub.com/gabibguti) in
[easymock/objenesis#240
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to
3.2.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#241
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#242
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#243
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#244
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to
3.2.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#245
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#246
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#247
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#248
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#249
- Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#250
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from
3.4.5 to 3.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[easymock/objenesis#251
- Bump actions/setup-java from 3.13.0 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#252
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#253
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#254
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to
3.2.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#255
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to
3.12.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#256
- Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#257
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to
3.12.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#258
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to
3.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#259
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#260
- Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#261
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#262
- Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#263
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#264
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#265
- Bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#266
- Bump actions/setup-java from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#267
- Bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.1.0
to 3.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#268
- Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to
3.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#269
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#270
- Bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#271
- Bump actions/setup-java from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#272
- Bump actions/setup-java from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#273
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to
3.13.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#274
- Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to
3.7.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#275
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#276
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#277
- Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#278
- Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to
3.5.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#279
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#280
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#281
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#282
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#283
- Bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#284
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#285
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#286
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#287
- Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#288
- Bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#289
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#290
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#291
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#292

#### New Contributors

- [@&#8203;wilx](https://togithub.com/wilx) made their first
contribution in
[easymock/objenesis#210
- [@&#8203;joycebrum](https://togithub.com/joycebrum) made their first
contribution in
[easymock/objenesis#223
- [@&#8203;gabibguti](https://togithub.com/gabibguti) made their first
contribution in
[easymock/objenesis#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 pushed a commit to quiltdata/nf-quilt that referenced this pull request 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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#125
- Bump byte-buddy from 1.12.12 to 1.12.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#126
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#128
- Bump maven-project-info-reports-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#129
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#130
- Bump byte-buddy from 1.12.13 to 1.12.14 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#131
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#132
- Bump versions-maven-plugin from 2.11.0 to 2.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#136
- Bump byte-buddy from 1.12.14 to 1.12.16 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#137
- Bump logback-classic from 1.2.11 to 1.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#138
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#139
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#140
- Bump junit5.version from 5.9.0 to 5.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#141
- Bump byte-buddy from 1.12.16 to 1.12.17 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#142
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#134
- Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#135
- Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#145
- Bump byte-buddy from 1.12.17 to 1.12.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#147
- Bump versions-maven-plugin from 2.12.0 to 2.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#148
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#149
- Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#150
- Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#151
- Bump modernizer-maven-plugin from 2.4.0 to 2.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#152
- Bump jmh.version from 1.35 to 1.36 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#153
- Bump byte-buddy from 1.12.18 to 1.12.19 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#154
- Bump maven-install-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#155
- Bump versions-maven-plugin from 2.13.0 to 2.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#157
- Bump versions-maven-plugin from 2.14.0 to 2.14.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#158
- Bump byte-buddy from 1.12.19 to 1.12.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#159
- Bump wagon-ssh-external from 3.5.2 to 3.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#161
- Bump versions-maven-plugin from 2.14.1 to 2.14.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#162
- Bump byte-buddy from 1.12.20 to 1.12.21 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#163
- Bump junit5.version from 5.9.1 to 5.9.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#164
- Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#165
- Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#166
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#167
- Bump byte-buddy from 1.12.21 to 1.12.22 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#168
- Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#169
- Bump byte-buddy from 1.12.22 to 1.12.23 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#170
- Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#171
- Bump byte-buddy from 1.12.23 to 1.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#172
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#173
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#174
- Bump byte-buddy from 1.13.0 to 1.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#175
- Bump versions-maven-plugin from 2.14.2 to 2.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#176
- Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#178
- Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#179
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#180
- Bump byte-buddy from 1.14.0 to 1.14.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#181
- Bump byte-buddy from 1.14.1 to 1.14.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#182
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#183
- Bump logback-classic from 1.3.5 to 1.4.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#184
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#186
- Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#187
- Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#188
- Bump license-maven-plugin from 4.1 to 4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#189
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#190
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#191
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#192
- Bump byte-buddy from 1.14.2 to 1.14.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#193
- Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#194
- Bump byte-buddy from 1.14.3 to 1.14.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#195
- Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#196
- Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#197
- Bump junit-jupiter from 5.9.2 to 5.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#202
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#203
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#204
- Bump maven-remote-resources-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#205
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#206
- Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#207
- Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#208
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#209
- Trivial Markdown fix. by [@&#8203;wilx](https://togithub.com/wilx) in
[easymock/objenesis#210
- Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#211
- Bump byte-buddy from 1.14.4 to 1.14.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#212
- Bump maven-release-plugin from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#213
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#214
- Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#215
- Bump versions-maven-plugin from 2.15.0 to 2.16.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#216
- Bump maven-war-plugin from 3.3.2 to 3.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#217
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#218
- Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#219
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#221
- Bump jmh.version from 1.36 to 1.37 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#222
- Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#224
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to
3.4.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#225
- Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#226
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#227
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to
3.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#228
- Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#229
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#230
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#231
- Bump org.gaul:modernizer-maven-plugin from 2.6.0 to 2.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#232
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#233
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#234
- Bump com.mycila:license-maven-plugin from 4.2 to 4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#235
- Bump org.apache.maven.plugins:maven-artifact-plugin from 3.4.1 to
3.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#236
- Bump maven-clean-plugin from 3.2.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#220
- Set permissions for ci.yml by
[@&#8203;joycebrum](https://togithub.com/joycebrum) in
[easymock/objenesis#223
- Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#237
- Reference actions by commit SHA by
[@&#8203;gabibguti](https://togithub.com/gabibguti) in
[easymock/objenesis#240
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to
3.2.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#241
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#242
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#243
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#244
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to
3.2.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#245
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#246
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#247
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#248
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#249
- Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#250
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from
3.4.5 to 3.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[easymock/objenesis#251
- Bump actions/setup-java from 3.13.0 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#252
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#253
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#254
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to
3.2.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#255
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to
3.12.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#256
- Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#257
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to
3.12.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#258
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to
3.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#259
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#260
- Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#261
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#262
- Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#263
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#264
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#265
- Bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#266
- Bump actions/setup-java from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#267
- Bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.1.0
to 3.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#268
- Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to
3.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#269
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#270
- Bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#271
- Bump actions/setup-java from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#272
- Bump actions/setup-java from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#273
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to
3.13.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#274
- Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to
3.7.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#275
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#276
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#277
- Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#278
- Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to
3.5.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#279
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#280
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#281
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#282
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#283
- Bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#284
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#285
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#286
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#287
- Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#288
- Bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#289
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#290
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#291
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[easymock/objenesis#292

#### New Contributors

- [@&#8203;wilx](https://togithub.com/wilx) made their first
contribution in
[easymock/objenesis#210
- [@&#8203;joycebrum](https://togithub.com/joycebrum) made their first
contribution in
[easymock/objenesis#223
- [@&#8203;gabibguti](https://togithub.com/gabibguti) made their first
contribution in
[easymock/objenesis#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
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.

None yet

1 participant