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 6.0.0 to 7.0.0 #28

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

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

Release notes

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

Version 7.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:

  • Drop support for Maven 3.1.0-alpha-1 ⚠️
    • minimal required maven version is now Maven 3.2.5 (to support Maven 4.0.0)

New Features / Bug-Fixes:

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

  • git-commit-id/git-commit-id-maven-plugin#639 / git-commit-id/git-commit-id-maven-plugin#642: Resolve worktree .git files to repository .git directory
  • Update several plugins
    • updated git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.6, that update brings
      • git-commit-id/git-commit-id-plugin-core#57: Stop relying on javax.json 1.1.4
        • the dependency for javax.json:javax.json-api:1.1.4 was replaced with jakarta.json:jakarta.json-api:2.1.2
        • the dependency for org.glassfish:javax.json:1.1.4 was replaced with org.eclipse.parsson:parsson:1.1.4
      • bump jgit from 6.5.0.202303070854-r to 6.7.0.202309050840-r
      • bump commons-io:commons-io from 2.11.0 to 2.14.0
      • bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9
    • bump several maven plugins
      • bump maven-plugin-api from 3.1.0-alpha-1 to 3.9.2
      • bump maven-plugin-plugin from 3.6.0 to 3.9.0
      • bump maven-assembly-plugin from 3.4.2 to 3.6.0
      • bump maven-dependency-plugin from 3.5.0 to 3.6.0
      • bump maven-release-plugin from 3.0.0-M7 to 3.0.1
      • bump maven-enforcer-plugin from 3.2.1 to 3.4.1
      • bump maven-compiler-plugin from 3.8.1 to 3.11.0
      • bump maven-gpg-plugin from 3.1.0
      • bump maven-clean-plugin from 3.1.0 to 3.3.1
      • bump maven-resources-plugin from 3.1.0 to 3.3.1
      • bump maven-jar-plugin from 3.2.0 to 3.3.0
      • bump maven-surefire-plugin from 2.22.2 to 3.1.2
      • bump maven-install-plugin from 2.5.2 to 3.1.1
      • bump maven-javadoc-plugin from 3.2.0 to 3.6.0
      • bump maven-source-plugin from 3.2.1 to 3.3.0
    • Bump or replace various plugins for testing
      • bump commons-io:commons-io from 2.11.0 to 2.14.0 (test dependency)
      • bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 (test dependency)
      • replace org.eluder.coveralls:coveralls-maven-plugin:4.3.0 with io.jsonwebtoken.coveralls:coveralls-maven-plugin:4.4.1 (test dependency)

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>7.0.0</version>
</dependency>
</tr></table> 

... (truncated)

Commits
  • 0fdf9c7 [maven-release-plugin] prepare release v7.0.0
  • 4e33174 bump git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.6
  • 64b5ce1 Merge pull request #657 from git-commit-id/dependabot/maven/org.mockito-mocki...
  • b6309d9 Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
  • 4feba8d Merge pull request #642 from jkylling/resolve-worktree-git-dir
  • 59415bf Merge pull request #654 from git-commit-id/dependabot/maven/commons-io-common...
  • 91e2cfe Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • b1d8440 Resolve worktree .git files to repository .git directory
  • 494cbb6 Merge pull request #649 from git-commit-id/dependabot/github_actions/actions/...
  • 1d31156 Bump actions/checkout from 3 to 4
  • 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)

Bumps [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) from 6.0.0 to 7.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@v6.0.0...v7.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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b3a88e8) 100.00% compared to head (8191010) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##                main       #28   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        13        13           
===========================================
  Files              3         3           
  Lines             23        23           
  Branches           5         5           
===========================================
  Hits              23        23           

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

@oldratlee oldratlee merged commit f4cd01f into main Oct 23, 2023
14 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-7.0.0 branch October 23, 2023 19:10
oldratlee pushed a commit that referenced this pull request Nov 10, 2023
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump org.apache.maven.plugins:maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump org.apache.maven.plugins:maven-enforcer-plugin (#22)
bump org.apache.maven.plugins:maven-javadoc-plugin (#23)
bump org.apache.maven.plugins:maven-shade-plugin (#24)
bump com.github.spotbugs:spotbugs-maven-plugin (#25)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#33)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
oldratlee pushed a commit that referenced this pull request Dec 26, 2023
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump org.apache.maven.plugins:maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump org.apache.maven.plugins:maven-enforcer-plugin (#22)
bump org.apache.maven.plugins:maven-javadoc-plugin (#23)
bump org.apache.maven.plugins:maven-shade-plugin (#24)
bump com.github.spotbugs:spotbugs-maven-plugin (#25)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#33)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump com.github.spotbugs:spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump org.apache.maven.plugins:maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
oldratlee pushed a commit that referenced this pull request Dec 26, 2023
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
oldratlee pushed a commit that referenced this pull request Feb 8, 2024
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50)
bump codecov/codecov-action from 3 to 4 (#51)
bump junit-bom from 5.10.1 to 5.10.2 (#52)
oldratlee pushed a commit that referenced this pull request Feb 21, 2024
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50)
bump codecov/codecov-action from 3 to 4 (#51)
bump junit-bom from 5.10.1 to 5.10.2 (#52)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#53)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#54)
oldratlee pushed a commit that referenced this pull request Feb 21, 2024
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50)
bump codecov/codecov-action from 3 to 4 (#51)
bump junit-bom from 5.10.1 to 5.10.2 (#52)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#53)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#54)
oldratlee pushed a commit that referenced this pull request Feb 21, 2024
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50)
bump codecov/codecov-action from 3 to 4 (#51)
bump junit-bom from 5.10.1 to 5.10.2 (#52)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#53)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#54)
oldratlee pushed a commit that referenced this pull request Mar 21, 2024
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50)
bump codecov/codecov-action from 3 to 4 (#51)
bump junit-bom from 5.10.1 to 5.10.2 (#52)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#53)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#54)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#55)
bump kotlin.version from 1.9.22 to 1.9.23 (#56)
bump kotest.version from 5.8.0 to 5.8.1 (#57)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#58)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#59)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 (#60)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#61)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#62)
oldratlee pushed a commit that referenced this pull request Mar 21, 2024
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50)
bump codecov/codecov-action from 3 to 4 (#51)
bump junit-bom from 5.10.1 to 5.10.2 (#52)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#53)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#54)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#55)
bump kotlin.version from 1.9.22 to 1.9.23 (#56)
bump kotest.version from 5.8.0 to 5.8.1 (#57)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#58)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#59)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 (#60)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#61)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#62)
oldratlee pushed a commit that referenced this pull request Mar 22, 2024
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump maven-enforcer-plugin (#22)
bump maven-javadoc-plugin (#23)
bump maven-shade-plugin (#24)
bump spotbugs-maven-plugin (#25)
bump spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump junit-bom from 5.10.0 to 5.10.1 (#33)
bump spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
bump annotations from 24.0.1 to 24.1.0 (#38)
bump kotlin.version from 1.9.20 to 1.9.21 (#39)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#40)
bump actions/setup-java from 3 to 4 (#41)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#42)
bump spotbugs-maven-plugin 4.8.1.0 to 4.8.2.0 (#43)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#44)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#45)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#46)
bump kotlin.version from 1.9.21 to 1.9.22 (#47)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#48)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#49)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#50)
bump codecov/codecov-action from 3 to 4 (#51)
bump junit-bom from 5.10.1 to 5.10.2 (#52)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#53)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#54)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#55)
bump kotlin.version from 1.9.22 to 1.9.23 (#56)
bump kotest.version from 5.8.0 to 5.8.1 (#57)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#58)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#59)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 (#60)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#61)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#62)
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
Development

Successfully merging this pull request may close these issues.

1 participant