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 transmittable-thread-local from 2.14.2 to 2.14.3 #73

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2023

Bumps transmittable-thread-local from 2.14.2 to 2.14.3.

Release notes

Sourced from transmittable-thread-local's releases.

v2.14.3

Upgrading is recommended for all users.

from 2.13.x upgrade to Java 8 🚀

If you need Java 6 support, use version 2.12.x

Change Log

🍬 Improvements

📚 Documentation

  • improve README
    • add cases into "who used" section
    • fix github action badges

🚜 CI/Build

  • upgrade dependencies/plugins 🛠️
  • add JDK 20/21-ea into and remove 18 from  GitHub CI
  • remove versions-maven-plugin, dependabot.yml Github workflow is enough 🤖

Java API Doc

https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.3/index.html

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>transmittable-thread-local</artifactId>
    <version>2.14.3</version>
</dependency>
Commits
  • b8e4ccf ! bump version to 2.14.3
  • 33b3086 chore(build): remove versions-maven-plugin, dependabot.yml Github workflo...
  • 3f0c02f fix: work-around ClassCircularityError of ConcurrentHashMap #399
  • bd5241e chore(ci): add JDK 20/21-ea into and remove 18 from GitHub CI
  • 8fbe2bc chore(deps): upgrade dependencies/plugins 🛠️
  • c424a4c docs: update image urls, add cases into "who used" section
  • 8634299 docs: improve README
  • 309b180 docs: fix github action badges
  • See full diff in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps [transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local) from 2.14.2 to 2.14.3.
- [Release notes](https://github.com/alibaba/transmittable-thread-local/releases)
- [Changelog](https://github.com/alibaba/transmittable-thread-local/blob/master/docs/release-action-list.md)
- [Commits](alibaba/transmittable-thread-local@v2.14.2...v2.14.3)

---
updated-dependencies:
- dependency-name: com.alibaba:transmittable-thread-local
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 6, 2023
@oldratlee oldratlee merged commit 95f8595 into master Jul 6, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-transmittable-thread-local-2.14.3 branch July 6, 2023 13:49
oldratlee pushed a commit that referenced this pull request Nov 7, 2023
Bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
Bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
Bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
Bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
Bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
Bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
Bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
Bump log4j2.version from 2.19.0 to 2.20.0 (#55)
Bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
Bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
Bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
Bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
Bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
Bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
Bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
Bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
Bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
Bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
Bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
oldratlee pushed a commit that referenced this pull request Dec 13, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
oldratlee pushed a commit that referenced this pull request Dec 13, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
oldratlee pushed a commit that referenced this pull request Dec 13, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
oldratlee pushed a commit that referenced this pull request Dec 13, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
oldratlee pushed a commit that referenced this pull request Dec 13, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
oldratlee pushed a commit that referenced this pull request Dec 13, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
oldratlee pushed a commit that referenced this pull request Dec 13, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#74)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#75)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#76)
bump org.codehaus.mojo:versions-maven-plugin 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#80)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#83)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#84)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#85)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
oldratlee pushed a commit that referenced this pull request Dec 26, 2023
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#74)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#75)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#76)
bump versions-maven-plugin from 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump maven-dependency-plugin from 3.6.0 to 3.6.1 (#80)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#83)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#84)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#85)
bump versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#91)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#92)
bump transmittable-thread-local from 2.14.4 to 2.14.5 (#93)
oldratlee pushed a commit that referenced this pull request Feb 8, 2024
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#74)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#75)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#76)
bump versions-maven-plugin from 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump maven-dependency-plugin from 3.6.0 to 3.6.1 (#80)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#83)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#84)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#85)
bump versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#91)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#92)
bump transmittable-thread-local from 2.14.4 to 2.14.5 (#93)
bump log4j2.version from 2.22.0 to 2.22.1 (#94)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#95)
bump codecov/codecov-action from 3 to 4 (#96)
oldratlee pushed a commit that referenced this pull request Feb 22, 2024
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#74)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#75)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#76)
bump versions-maven-plugin from 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump maven-dependency-plugin from 3.6.0 to 3.6.1 (#80)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#83)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#84)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#85)
bump versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#91)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#92)
bump transmittable-thread-local from 2.14.4 to 2.14.5 (#93)
bump log4j2.version from 2.22.0 to 2.22.1 (#94)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#95)
bump codecov/codecov-action from 3 to 4 (#96)
bump log4j2.version from 2.22.1 to 2.23.0 (#97)
oldratlee pushed a commit that referenced this pull request Mar 12, 2024
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#74)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#75)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#76)
bump versions-maven-plugin from 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump maven-dependency-plugin from 3.6.0 to 3.6.1 (#80)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#83)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#84)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#85)
bump versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#91)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#92)
bump transmittable-thread-local from 2.14.4 to 2.14.5 (#93)
bump log4j2.version from 2.22.0 to 2.22.1 (#94)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#95)
bump codecov/codecov-action from 3 to 4 (#96)
bump log4j2.version from 2.22.1 to 2.23.0 (#97)
bump log4j2.version from 2.23.0 to 2.23.1 (#98)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#99)
oldratlee pushed a commit that referenced this pull request Apr 8, 2024
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#74)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#75)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#76)
bump versions-maven-plugin from 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump maven-dependency-plugin from 3.6.0 to 3.6.1 (#80)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#83)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#84)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#85)
bump versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#91)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#92)
bump transmittable-thread-local from 2.14.4 to 2.14.5 (#93)
bump log4j2.version from 2.22.0 to 2.22.1 (#94)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#95)
bump codecov/codecov-action from 3 to 4 (#96)
bump log4j2.version from 2.22.1 to 2.23.0 (#97)
bump log4j2.version from 2.23.0 to 2.23.1 (#98)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#99)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#100)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#101)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#102)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#103)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#104)
oldratlee pushed a commit that referenced this pull request May 28, 2024
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#74)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#75)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#76)
bump versions-maven-plugin from 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump maven-dependency-plugin from 3.6.0 to 3.6.1 (#80)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#83)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#84)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#85)
bump versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#91)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#92)
bump transmittable-thread-local from 2.14.4 to 2.14.5 (#93)
bump log4j2.version from 2.22.0 to 2.22.1 (#94)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#95)
bump codecov/codecov-action from 3 to 4 (#96)
bump log4j2.version from 2.22.1 to 2.23.0 (#97)
bump log4j2.version from 2.23.0 to 2.23.1 (#98)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#99)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#100)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#101)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#102)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#103)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#104)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#105)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#106)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#107)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#108)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#109)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#110)
oldratlee pushed a commit that referenced this pull request Jun 19, 2024
bump maven-install-plugin from 3.0.1 to 3.1.0 (#46)
bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#47)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#48)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#49)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#50)
bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#51)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#52)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#53)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#54)
bump log4j2.version from 2.19.0 to 2.20.0 (#55)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#56)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#57)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#59)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#60)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#61)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#62)
bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#63)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#64)
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#65)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#66)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#67)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#68)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#69)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#71)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#72)
bump transmittable-thread-local from 2.14.2 to 2.14.3 (#73)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#74)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#75)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#76)
bump versions-maven-plugin from 2.16.0 to 2.16.1 (#77)
bump log4j2.version from 2.20.0 to 2.21.0 (#78)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#79)
bump maven-dependency-plugin from 3.6.0 to 3.6.1 (#80)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#81)
bump log4j2.version from 2.21.0 to 2.21.1 (#82)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#83)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#84)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#85)
bump versions-maven-plugin from 2.16.1 to 2.16.2 (#86)
bump log4j2.version from 2.21.1 to 2.22.0 (#87)
bump transmittable-thread-local from 2.14.3 to 2.14.4 (#88)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#89)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#90)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#91)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#92)
bump transmittable-thread-local from 2.14.4 to 2.14.5 (#93)
bump log4j2.version from 2.22.0 to 2.22.1 (#94)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#95)
bump codecov/codecov-action from 3 to 4 (#96)
bump log4j2.version from 2.22.1 to 2.23.0 (#97)
bump log4j2.version from 2.23.0 to 2.23.1 (#98)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#99)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#100)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#101)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#102)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#103)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#104)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#105)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#106)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#107)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#108)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#109)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#110)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#111)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#112)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#113)
bump maven-dependency-plugin from 3.6.1 to 3.7.0 (#114)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#115)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant