deps(deps): bump the maven-minor-patch group across 1 directory with 7 updates - #142
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(deps): bump the maven-minor-patch group across 1 directory with 7 updates#142dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…7 updates Bumps the maven-minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `4.0.6` | `4.1.0` | | [io.scalecube:scalecube-services](https://github.com/scalecube/scalecube-services) | `2.10.15` | `2.13.26` | | [io.scalecube:scalecube-services-discovery](https://github.com/scalecube/scalecube-services) | `2.10.15` | `2.13.26` | | io.scalecube:scalecube-services-transport-rsocket | `2.10.15` | `2.13.26` | | io.scalecube:scalecube-services-transport-jackson | `2.10.15` | `2.13.26` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.14` | `0.8.15` | | org.apache.maven:apache-maven | `3.9.12` | `3.9.16` | Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) Updates `io.scalecube:scalecube-services` from 2.10.15 to 2.13.26 - [Release notes](https://github.com/scalecube/scalecube-services/releases) - [Commits](scalecube/scalecube-services@release-2.10.15...2.13.26) Updates `io.scalecube:scalecube-services-discovery` from 2.10.15 to 2.13.26 - [Release notes](https://github.com/scalecube/scalecube-services/releases) - [Commits](scalecube/scalecube-services@release-2.10.15...2.13.26) Updates `io.scalecube:scalecube-services-transport-rsocket` from 2.10.15 to 2.13.26 Updates `io.scalecube:scalecube-services-transport-jackson` from 2.10.15 to 2.13.26 Updates `org.jacoco:jacoco-maven-plugin` from 0.8.14 to 0.8.15 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.14...v0.8.15) Updates `org.apache.maven:apache-maven` from 3.9.12 to 3.9.16 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: io.scalecube:scalecube-services dependency-version: 2.13.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: io.scalecube:scalecube-services-discovery dependency-version: 2.13.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: io.scalecube:scalecube-services-transport-rsocket dependency-version: 2.13.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: io.scalecube:scalecube-services-transport-jackson dependency-version: 2.13.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.apache.maven:apache-maven dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Test And Coverage ReportJob status: ❌ failure Test Status
Coverage Status
Coverage thresholds: ✅ >= 85%, 🟡 70% to 84.99%, ❌ < 70% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the maven-minor-patch group with 7 updates in the / directory:
4.0.64.1.02.10.152.13.262.10.152.13.262.10.152.13.262.10.152.13.260.8.140.8.153.9.123.9.16Updates
org.springframework.boot:spring-boot-starter-parentfrom 4.0.6 to 4.1.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent's releases.
... (truncated)
Commits
ac2cfe0Release v4.1.01a5815cUpgrade to Spring Batch 6.0.4a8364ffMerge branch '4.0.x'9755ff2Upgrade to Spring Batch 6.0.46a6dedcUpgrade to Spring Integration 7.1.0db7b2b9Merge branch '4.0.x'd549d07Upgrade to Spring Integration 7.0.54d9e463Merge branch '3.5.x' into 4.0.xb068647Upgrade to Spring Integration 6.5.9198af99Merge branch '4.0.x'Updates
io.scalecube:scalecube-servicesfrom 2.10.15 to 2.13.26Release notes
Sourced from io.scalecube:scalecube-services's releases.
... (truncated)
Commits
93748e4Merge pull request #979 from scalecube/feature/rsocket-message-size-limitsab2076fBump dependencies (#980)c2f19b0Switch streams to handle only when a watermark is set; default path stays a p...a1c7932Review follow-up: terminate streams with 413, validate config, dedup constants8bc7810docs: clarify maxMessageSize bounds encoded data payload; record error-mapper...9349b3dAdd RSocket message-size limits: fragmentation + streaming high-watermark0d01a72[maven-release-plugin] prepare for next development iterationcd5c97d[maven-release-plugin] prepare release release-2.13.25d152d83Add content-type: application/json response header (#978)3ee8218[maven-release-plugin] prepare for next development iterationUpdates
io.scalecube:scalecube-services-discoveryfrom 2.10.15 to 2.13.26Release notes
Sourced from io.scalecube:scalecube-services-discovery's releases.
... (truncated)
Commits
93748e4Merge pull request #979 from scalecube/feature/rsocket-message-size-limitsab2076fBump dependencies (#980)c2f19b0Switch streams to handle only when a watermark is set; default path stays a p...a1c7932Review follow-up: terminate streams with 413, validate config, dedup constants8bc7810docs: clarify maxMessageSize bounds encoded data payload; record error-mapper...9349b3dAdd RSocket message-size limits: fragmentation + streaming high-watermark0d01a72[maven-release-plugin] prepare for next development iterationcd5c97d[maven-release-plugin] prepare release release-2.13.25d152d83Add content-type: application/json response header (#978)3ee8218[maven-release-plugin] prepare for next development iterationUpdates
io.scalecube:scalecube-services-transport-rsocketfrom 2.10.15 to 2.13.26Updates
io.scalecube:scalecube-services-transport-jacksonfrom 2.10.15 to 2.13.26Updates
org.jacoco:jacoco-maven-pluginfrom 0.8.14 to 0.8.15Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
Commits
6c5260aPrepare release v0.8.155c05141Transfer of execution data through socket should use buffered stream (#2089)ab5efa9Remove from Azure Pipelines all builds except with JDK 5 and JDK EA (#2148)5f6ea38Use Windows 2025 image in GitHub Actions (#2130)35a8af2Use Renovate instead of Dependabot for updates of ASM (#2137)85b8ddfUpgrade ASM to 9.10.1 (#2134)2988647AgentModule should use ClassLoader of agent instead of SystemClassLoader (#1651)75a4e31Add filter for Kotlin@JvmExposeBoxed(#1944)691fa1dUse Renovate instead of Dependabot for updates of GitHub Actions (#2132)3e18f17Require at least JDK 21 for build (#2128)Updates
org.apache.maven:apache-mavenfrom 3.9.12 to 3.9.16Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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