axon-bom
axon-bom copied to clipboard
Bump the github-dependencies group across 1 directory with 4 updates
Bumps the github-dependencies group with 4 updates in the / directory: io.projectreactor:reactor-core, org.apache.maven.plugins:maven-install-plugin, org.apache.maven.plugins:maven-deploy-plugin and org.apache.maven.plugins:maven-gpg-plugin.
Updates io.projectreactor:reactor-core
from 3.6.8 to 3.6.10
Release notes
Sourced from io.projectreactor:reactor-core's releases.
v3.6.10
What's Changed
:sparkles: New features and improvements
- Bump
Micrometer
to version1.12.10
by@chemicL
in 9cee83d:lady_beetle: Bug fixes
- Call init() on delegate from TimedScheduler by
@luukveenis
in reactor/reactor-core#3876:book: Documentation
- [docs] Remove reference to missing type in Flux javadocs by
@chemicL
in reactor/reactor-core#3874New Contributors
@luukveenis
made their first contribution in reactor/reactor-core#3876Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.9...v3.6.10
v3.6.9
Reactor Core
3.6.9
is part of2023.0.9
Release Train.What's Changed
:sparkles: New features and improvements
- Skip Automatic Context Propagation in special operators by
@chemicL
in #3845- Skip Automatic Context Propagation in
Flux.generate
by@chemicL
in #3848- Allow registering a custom
Predicate
for determining non-blocking threads by@trustin
in #3854- Bump
byteBuddyVersion
from1.14.17
to1.14.18
by@dependabot
in #3842:lady_beetle: Bug fixes
- Dispose
TimedRunnable
uponTimedWorker
shutdown by@chemicL
in #3856- Fix
ThreadPerTaskScheduler
busyness accounting by@chemicL
in #3859New Contributors
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.8...v3.6.9
Commits
9cee83d
[release] Prepare and release 3.6.10e3ff5cc
[build] Exclude docs/node_modules/ and docs/.gradle/ from http checkd889b7a
Bump gradle/actions from 3.5.0 to 4.0.1 in /.github/workflows (#3886)de65e29
Remove gradle/actions/setup-gradle deprecated functionality (#3869)8235a00
Bump actions/setup-java from 4.2.1 to 4.2.2 in /.github/workflows (#3864)d09c4e9
Revert "Bump com.jfrog.artifactory from 4.31.0 to 5.2.4 (#3878)"596ee8d
Bump com.jfrog.artifactory from 4.31.0 to 5.2.4 (#3878)7e1c39f
Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#3871)b732811
Call init() on delegate from TimedScheduler (#3876)63d25e9
[docs] Remove reference to missing type in Flux javadocs (#3874)- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-install-plugin
from 3.1.2 to 3.1.3
Release notes
Sourced from org.apache.maven.plugins:maven-install-plugin's releases.
3.1.3
Release Notes - Maven Install Plugin - Version 3.1.3
What's Changed
- Build with Maven 4 by
@slawekjaranowski
in apache/maven-install-plugin#66- [MINSTALL-203] Use parent POM 43 by
@cstamas
in apache/maven-install-plugin#83- [MINSTALL-196] Consider packaging in install-file mojo by
@cstamas
in apache/maven-install-plugin#81Full Changelog: https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.2...maven-install-plugin-3.1.3
Commits
8bc98ab
[maven-release-plugin] prepare release maven-install-plugin-3.1.3e3fd877
Remove deprecation warnings:49abeeb
[MINSTALL-196] Consider packaging in install-file mojo (#81)30ca28e
[MINSTALL-203] Upgrade parent 43 (#83)75955fb
Build with Maven 44fe1f05
[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.apache.maven.plugins:maven-deploy-plugin
from 3.1.2 to 3.1.3
Release notes
Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases.
3.1.3
Release Notes - Maven Deploy Plugin - Version 3.1.3
What's Changed
- Bump resolverVersion from 1.9.18 to 1.9.20 by
@dependabot
in apache/maven-deploy-plugin#55- Build with Maven4 by
@slawekjaranowski
in apache/maven-deploy-plugin#57- [MDEPLOY-319] Cleanup of test code by
@slawekjaranowski
in apache/maven-deploy-plugin#58- [MDEPLOY-319] Remove unfinished test - MDEPLOY-318-invalid-pom by
@slawekjaranowski
in apache/maven-deploy-plugin#73- [MDEPLOY-322] Use parent POM 43 by
@cstamas
in apache/maven-deploy-plugin#74- [MDEPLOY-311] Consider packaging in deploy-file mojo by
@cstamas
in apache/maven-deploy-plugin#71- [MDEPLOY-320] Unclear exception prompt by
@youngledo
in apache/maven-deploy-plugin#64New Contributors
@youngledo
made their first contribution in apache/maven-deploy-plugin#64Full Changelog: https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3
Commits
96bc864
[maven-release-plugin] prepare release maven-deploy-plugin-3.1.300c14ad
Remove deprecation warning:07948ea
[MDEPLOY-320] Simplify and unify message (#64)14cc4c3
[MDEPLOY-311] Consider packaging in deploy-file mojo (#71)c814011
[MDEPLOY-322] Use parent POM 43 (#74)23cdae6
[MDEPLOY-319] Remove unfinished test - MDEPLOY-318-invalid-pomac740a7
[MDEPLOY-319] Cleanup of test codeda2ad90
Build with Maven4 (#57)6962699
Bump resolverVersion from 1.9.18 to 1.9.20 (#55)ec081cf
[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.apache.maven.plugins:maven-gpg-plugin
from 3.2.4 to 3.2.7
Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.7
Fixes a lingering issue affecting whole 3.2.x lineage, that resulted in "bad passphrase" on Windows OS with GPG signer (see MGPG-136 for details).
What's Changed
- [MGPG-136] Windows passphrase corruption by
@cstamas
in apache/maven-gpg-plugin#120- Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1 by
@dependabot
in apache/maven-gpg-plugin#121- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by
@dependabot
in apache/maven-gpg-plugin#119Full Changelog: https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7
3.2.6
Release Notes - Maven GPG Plugin - Version 3.2.6
What's Changed
- [MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo by
@laeubi
in apache/maven-gpg-plugin#112- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0 by
@dependabot
in apache/maven-gpg-plugin#114- [MGPG-140] Update Maven to 3.9.9 by
@cstamas
in apache/maven-gpg-plugin#116- [MGPG-138] Drop direct use of plexus-cipher and secdispatcher by
@cstamas
in apache/maven-gpg-plugin#115- [MGPG-141] Remove use of deprecated classes by
@cstamas
in apache/maven-gpg-plugin#117- Add FAQ for "no pinentry" issue by
@cstamas
in apache/maven-gpg-plugin#118New Contributors
@laeubi
made their first contribution in apache/maven-gpg-plugin#112
... (truncated)
Commits
43af21c
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.78c5a8d2
[MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)cb5422f
[MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to ...6b2a27f
[MGPG-136] Windows passphrase corruption (#120)31e87e0
[maven-release-plugin] prepare for next development iteration1c9a14c
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.6bbe6156
Add FAQ for "no pinentry" issue (#118)5b94273
[MGPG-141] Remove use of deprecated classes (#117)afdfd28
[MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)7516e7c
[MGPG-140] Update Maven to 3.9.9 (#116)- Additional commits viewable in compare view
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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions