chore(deps): bump the all-dependencies group across 1 directory with 6 updates#45
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the all-dependencies group across 1 directory with 6 updates#45dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…6 updates Bumps the all-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.32` | `12.1.9` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.2` | `2.21.3` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.5` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.3.0` | `3.4.0` | | [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.4.5` | `4.0.6` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.4.5` | `4.0.6` | Updates `org.eclipse.jetty:jetty-bom` from 12.0.32 to 12.1.9 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-12.0.32...jetty-12.1.9) Updates `com.fasterxml.jackson:jackson-bom` from 2.21.2 to 2.21.3 - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.2...jackson-bom-2.21.3) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.5) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.3.0...maven/3.4.0) Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v4.0.6) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v4.0.6) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v4.0.6) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.1.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
0430135 to
4489556
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 all-dependencies group with 6 updates in the / directory:
12.0.3212.1.92.21.22.21.33.2.53.5.53.3.03.4.03.4.54.0.63.4.54.0.6Updates
org.eclipse.jetty:jetty-bomfrom 12.0.32 to 12.1.9Release notes
Sourced from org.eclipse.jetty:jetty-bom's releases.
... (truncated)
Commits
b1fb145Updating to version 12.1.96ca6c9aFixes #14564 - Jetty 12.1.x TLS connections hang after several requests with ...98524beFixes #14541 - Jetty HTTP Client - setMaxRequestHeadersSize resulting in java...d0c3b5fFixes #14972 - Jetty 12.1.8 jetty-home has lib/*-config.jar files3e5a4daFixes #12110 - Request Authority checks needed. (#14970)650e6f6Merge pull request #14969 from jetty/fix/jetty-12.1.x/UriUtilCleanupade27ceVarious cleanups for URIUtilb4fafbcIssue #14196 fix race in session eviction87bc532Fix imports in DispatcherTestcb8fcebFixed newlines in the expected response.Updates
com.fasterxml.jackson:jackson-bomfrom 2.21.2 to 2.21.3Commits
374fbd0[maven-release-plugin] prepare release jackson-bom-2.21.37059df7Prep for 2.21.3 release2fd60bdMerge branch '2.20' into 2.21b82a364Merge branch '2.19' into 2.20ef4e013Merge branch '2.18' into 2.19536ae51Post-release dep version bump536c533[maven-release-plugin] prepare for next development iteration426b778[maven-release-plugin] prepare release jackson-bom-2.18.7a73cda9Prep for 2.18.7 release76b4a05Post-release dep version bumpUpdates
org.apache.maven.plugins:maven-surefire-pluginfrom 3.2.5 to 3.5.5Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
968cb38[maven-release-plugin] prepare release surefire-3.5.58e7dc41Reapply "Replace runing external process and parsing output with simple Proce...4ced57cRevert "Replace runing external process and parsing output with simple Proces…"8496d9aBump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209)68265e5Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#3260)0b19014Replace runing external process and parsing output with simple ProcessHandle ...688f8c4Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)e5c01a6Build only by the latest Maven on Jenkins (#3255)9c99e97Fix Jenkin badges in README (#3254)20930eaBump parent from 44 to 47 (#3253)Updates
com.diffplug.spotless:spotless-maven-pluginfrom 3.3.0 to 3.4.0Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Changelog
Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.
... (truncated)
Commits
708a1b0Published maven/3.4.01cc0163Published gradle/8.4.0a4cd808Published lib/4.5.09066bf6Add links to the changelog.db8dc1cFix for illegal mutation issue withpredeclareDeps(#2892)0eb98a9chore: Updated gradle plugin change3f7f12echore: Removes check for predeclare as it's not needed anymore55c0c5cfix: IsolatedProjectTest.predeclaredIsUnsupported() is now actually supported...47489affix: avoid IllegalMutationException when root project uses predeclareDeps() w...4010e8btest: Introduce a test harnessing predeclared depsUpdates
org.springframework.boot:spring-boot-dependenciesfrom 3.4.5 to 4.0.6Release notes
Sourced from org.springframework.boot:spring-boot-dependencies's releases.
... (truncated)
Commits
8821ad2Release v4.0.69e4048aMerge branch '3.5.x' into 4.0.x20bb11cNext development version (v3.5.15-SNAPSHOT)98daa8eMerge branch '3.5.x' into 4.0.x9dc5aa2Polish874f629Fix default security with actuator but without healthe41b3bfEnable hostname verification for SSL connections to Elasticsearchef8527bMerge branch '3.5.x' into 4.0.xf533a45Do not follow symlinks when writing PID file4a7bd33Merge branch '3.5.x' into 4.0.xUpdates
org.springframework.boot:spring-boot-maven-pluginfrom 3.4.5 to 4.0.6Release notes
Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.
... (truncated)
Commits
8821ad2Release v4.0.69e4048aMerge branch '3.5.x' into 4.0.x20bb11cNext development version (v3.5.15-SNAPSHOT)98daa8eMerge branch '3.5.x' into 4.0.x9dc5aa2Polish874f629Fix default security with actuator but without healthe41b3bfEnable hostname verification for SSL connections to Elasticsearchef8527bMerge branch '3.5.x' into 4.0.xf533a45Do not follow symlinks when writing PID file4a7bd33Merge branch '3.5.x' into 4.0.xUpdates
org.springframework.boot:spring-boot-maven-pluginfrom 3.4.5 to 4.0.6Release notes
Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.
... (truncated)
Commits
8821ad2Release v4.0.69e4048aMerge branch '3.5.x' into 4.0.x20bb11cNext development version (v3.5.15-SNAPSHOT)98daa8eMerge branch '3.5.x' into 4.0.x9dc5aa2Polish874f629Fix default security with actuator but without healthe41b3bfEnable hostname verification for SSL connections to Elasticsearchef8527bMerge branch '3.5.x' into 4.0.xf533a45Do not follow symlinks when writing PID file4a7bd33Merge branch '3.5.x' into 4.0.x