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

chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 #598

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2024

Bumps com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0.

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.8.3.0

This release is much larger than most, all IT tests are good to go. Given scope of changes, if any issues seen, please raise ticket so we can quickly address. A lot was done here to fix-up lazy groovy usage.

Consumer

  • Support for spotbugs 4.8.3
  • library updates
  • Add 'noClassOk' option (untested)
  • Stop overusing 'def' from groovy and use concrete types
  • Many plexus to standard java usage
  • Switch 'Boolean' to 'boolean' for parameters
  • Remove long deprecated and not actually used spotbugsXmlOutput
  • Switch to using buffered writer
  • Drop supporting 2005 version of jxr-maven-plugin
  • Add support for usage of classifier (untested)
  • Add better logging when plugin skipped
  • Cleanup property usage and remove unused properties

Build

  • For integration tests switch to jakarta namespace
  • Cleanup site
  • Add groovy doc annotations
  • Let groovy create javadocs
  • Remove obsolete groovy config from build
  • Update groovy docs headers, footers, doc title
  • Replace examples with modern site usage
  • Replace all it with modern site usage
  • Replace only bash IT test with groovy
Commits
  • 4ed93fc [maven-release-plugin] prepare release spotbugs-maven-plugin-4.8.3.0
  • ca6fdbf Merge pull request #753 from spotbugs/renovate/bcel.version
  • 266cac1 Update dependency org.apache.bcel:bcel to v6.8.1
  • 5276b34 Merge pull request #754 from spotbugs/renovate/jgit.version
  • 12a7889 Update jgit.version to v5.13.3.202401111512-r
  • 7aa519f Merge pull request #752 from spotbugs/renovate/pluginpluginversion
  • 570b30a Update pluginPluginVersion to v3.11.0
  • 85f0dcb Merge pull request #751 from spotbugs/renovate/slf4jversion
  • dcddab7 Update slf4jVersion to v2.0.11
  • 27b11b4 Merge pull request #750 from hazendaz/use-commons-io
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 16, 2024
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@oldratlee
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.3.0 branch from 7a74c58 to a236ead Compare February 7, 2024 18:28
@codecov-commenter
Copy link

codecov-commenter commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4744f03) 41.54% compared to head (24f8409) 41.54%.
Report is 2 commits behind head on master.

❗ Current head 24f8409 differs from pull request most recent head b341abb. Consider uploading reports for the commit b341abb to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #598   +/-   ##
=========================================
  Coverage     41.54%   41.54%           
  Complexity      293      293           
=========================================
  Files            47       47           
  Lines          1733     1733           
  Branches        237      237           
=========================================
  Hits            720      720           
  Misses          987      987           
  Partials         26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.2.0 to 4.8.3.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.2.0...spotbugs-maven-plugin-4.8.3.0)

---
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 force-pushed the dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.3.0 branch from a236ead to b341abb Compare February 7, 2024 18:42
@oldratlee oldratlee merged commit 4babb5b into master Feb 8, 2024
18 of 21 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.3.0 branch February 8, 2024 10:58
oldratlee pushed a commit that referenced this pull request Feb 8, 2024
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump org.apache.maven.plugins:maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump net.bytebuddy:byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump com.github.spotbugs:spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#601)
oldratlee pushed a commit that referenced this pull request Feb 22, 2024
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump org.apache.maven.plugins:maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump net.bytebuddy:byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump com.github.spotbugs:spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#601)
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump org.jetbrains.kotlinx:kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump net.bytebuddy:byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
oldratlee pushed a commit that referenced this pull request Feb 22, 2024
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump org.apache.maven.plugins:maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump net.bytebuddy:byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump com.github.spotbugs:spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#601)
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump org.jetbrains.kotlinx:kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump net.bytebuddy:byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
oldratlee pushed a commit that referenced this pull request Feb 23, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
oldratlee pushed a commit that referenced this pull request Mar 6, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
oldratlee pushed a commit that referenced this pull request Mar 6, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
oldratlee pushed a commit that referenced this pull request Mar 6, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
oldratlee pushed a commit that referenced this pull request Mar 6, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
oldratlee pushed a commit that referenced this pull request Mar 12, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
oldratlee pushed a commit that referenced this pull request Apr 8, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
oldratlee pushed a commit that referenced this pull request Apr 22, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
oldratlee pushed a commit that referenced this pull request Jun 19, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
oldratlee pushed a commit that referenced this pull request Aug 6, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
oldratlee pushed a commit that referenced this pull request Aug 6, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
oldratlee pushed a commit that referenced this pull request Aug 13, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
bump exec-maven-plugin from 3.3.0 to 3.4.0 (#678)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#680)
bump exec-maven-plugin from 3.4.0 to 3.4.1 (#681)
oldratlee pushed a commit that referenced this pull request Aug 13, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
bump exec-maven-plugin from 3.3.0 to 3.4.0 (#678)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#680)
bump exec-maven-plugin from 3.4.0 to 3.4.1 (#681)
oldratlee pushed a commit that referenced this pull request Aug 14, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
bump exec-maven-plugin from 3.3.0 to 3.4.0 (#678)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#680)
bump exec-maven-plugin from 3.4.0 to 3.4.1 (#681)
oldratlee pushed a commit that referenced this pull request Aug 15, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
bump exec-maven-plugin from 3.3.0 to 3.4.0 (#678)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#680)
bump exec-maven-plugin from 3.4.0 to 3.4.1 (#681)
bump junit-bom from 5.10.3 to 5.11.0 (#683)
oldratlee pushed a commit that referenced this pull request Sep 9, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
bump exec-maven-plugin from 3.3.0 to 3.4.0 (#678)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#680)
bump exec-maven-plugin from 3.4.0 to 3.4.1 (#681)
bump junit-bom from 5.10.3 to 5.11.0 (#683)
bump byte-buddy-parent from 1.14.18 to 1.14.19 (#684)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#685)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#686)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#687)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#688)
bump maven-dependency-plugin from 3.7.1 to 3.8.0 (#689)
bump byte-buddy-parent from 1.14.19 to 1.15.0 (#691)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#692)
bump byte-buddy-parent from 1.15.0 to 1.15.1 (#694)
oldratlee pushed a commit that referenced this pull request Sep 9, 2024
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#580)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#581)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#582)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#587)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#588)
bump maven-compiler-plugin 3.11.0 to 3.12.0 (#589)
bump byte-buddy-parent from 1.14.10 to 1.14.11 (#591)
bump kotlin.version from 1.9.21 to 1.9.22 (#592)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#593)
bump javassist from 3.29.2-GA to 3.30.2-GA (#594)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#596)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#598)
bump codecov/codecov-action from 3 to 4 (#600)
bump junit-bom from 5.10.1 to 5.10.2 (#601)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#602)
bump kotlinx-coroutines-bom from 1.7.3 to 1.8.0.(#603)
bump byte-buddy-parent from 1.14.11 to 1.14.12 (#604)
bump maven-shade-plugin from 3.5.1 to 3.5.2 (#606)
bump exec-maven-plugin from 3.1.1 to 3.2.0 (#607)
bump dokka-maven-plugin from 1.9.10 to 1.9.20 (#609)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#610)
bump kotlin.version from 1.9.22 to 1.9.23 (#611)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#612)
bump extra-enforcer-rules from 1.7.0 to 1.8.0 (#613)
bump kotest.version from 5.8.0 to 5.8.1 (#614)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#615)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#616)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#617)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#618)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#619)
bump byte-buddy-parent from 1.14.12 to 1.14.13 (#620)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#621)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#622)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#623)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#627)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#628)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#630)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#631)
bump byte-buddy-parent from 1.14.13 to 1.14.14 (#632)
bump maven-shade-plugin from 3.5.2 to 3.5.3 (#633)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#636)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#637)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#639)
bump kotlin.version from 1.9.23 to 1.9.24 (#643)
bump byte-buddy-parent from 1.14.14 to 1.14.15 (#644)
bump kotest.version from 5.8.1 to 5.9.0 (#645)
bump kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#646)
bump exec-maven-plugin from 3.2.0 to 3.3.0 (#650)
bump byte-buddy-parent from 1.14.15 to 1.14.16 (#651)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#652)
bump byte-buddy-parent from 1.14.16 to 1.14.17 (#654)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#655)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#656)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#657)
bump kotest.version from 5.9.0 to 5.9.1 (#658)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#659)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#660)
bump maven-surefire-plugin from 3.2.5 to 3.3.0.(#661)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#662)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#663)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#664)
bump maven-dependency-plugin from 3.7.0 to 3.7.1 (#666)
bump junit-bom from 5.10.2 to 5.10.3 (#670)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#672)
bump byte-buddy-parent from 1.14.17 to 1.14.18 (#673)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#674)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#675)
bump kotlin.version from 1.9.24 to 1.9.25 (#676)
bump exec-maven-plugin from 3.3.0 to 3.4.0 (#678)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#680)
bump exec-maven-plugin from 3.4.0 to 3.4.1 (#681)
bump junit-bom from 5.10.3 to 5.11.0 (#683)
bump byte-buddy-parent from 1.14.18 to 1.14.19 (#684)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#685)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#686)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#687)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#688)
bump maven-dependency-plugin from 3.7.1 to 3.8.0 (#689)
bump byte-buddy-parent from 1.14.19 to 1.15.0 (#691)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#692)
bump byte-buddy-parent from 1.15.0 to 1.15.1 (#694)
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.

3 participants