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 io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0 #610

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0.

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 8.0.0 is finally there and includes various bug-fixes and improvements :-)

⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️

Potential Breaking changes:

The main key-aspects that might cause a breakage when migrating to the new version:

  • #674/#699: change default timeformat/dateformat from RFC822 to ISO 8601 to support maven's reproducible build feature ⚠️

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • #701/#705: Fix an issue where running with submodules using the native git executable was causing a fatal: this operation must be run in a work tree
  • #700: Only injects properties into every reactor project once
  • #683: [pom] Add encoding to pom and correct maven xsd location
  • make use of git-commit-id-plugin-core:6.0.0-rc.7 (move the GitDirLocator related logic to git-commit-id-plugin-core)
  • bump several maven plugins
    • bump maven-plugin-plugin.version from 3.9.0 to 3.11.0
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5
    • bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3
    • bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0
    • bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1
  • bump several dependencies
    • bump commons-io:commons-io from 2.14.0 to 2.15.1
    • bump org.mockito:mockito-core from 5.6.0 to 5.10.0
    • bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.3 to 4.0.1
    • bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12
    • bump org.assertj:assertj-core from 3.24.2 to 3.25.3
    • bump com.puppycrawl.tools:checkstyle from 8.25 to 10.13.0
    • bump actions/setup-java from 3 to 4
    • bump actions/cache from 3 to 4

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>8.0.0</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot 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)

Bumps [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 5, 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 oldratlee merged commit 04fb2b8 into master Mar 5, 2024
20 of 21 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-8.0.0 branch March 5, 2024 03:13
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.

2 participants