Bump the all group across 2 directories with 26 updates#403
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the all group across 2 directories with 26 updates#403dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.44.0` | `2.50.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` | | [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.14.0` | `2.14.2` | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.5` | `2.6` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.9.8` | `4.10.2` | | [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.4.0` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.1` | `2.22.0` | | [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) | `2.25.2` | `2.26.0` | | org.apache.logging.log4j:log4j-core | `2.25.2` | `2.26.0` | | [org.slf4j:slf4j-bom](https://github.com/qos-ch/slf4j) | `2.0.17` | `2.0.18` | | [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.1.0` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.1.0` | | [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) | `2025.0.0` | `2025.1.2` | | [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) | `1.9.25` | `1.9.25.1` | | [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) | `1.9.25` | `1.9.25.1` | | [org.aspectj:aspectjtools](https://github.com/eclipse/org.aspectj) | `1.9.25` | `1.9.25.1` | | [org.codehaus.mojo:aspectj-maven-plugin](https://github.com/mojohaus/aspectj-maven-plugin) | `1.15.0` | `1.16.0` | | [org.apache.maven.plugins:maven-jlink-plugin](https://github.com/apache/maven-jlink-plugin) | `3.2.0` | `3.3.0` | | [io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) | `7.4.0` | `7.7.0` | Bumps the all group with 9 updates in the /log4j-samples-graalvm directory: | Package | From | To | | --- | --- | --- | | [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) | `2.25.2` | `2.26.0` | | [org.slf4j:slf4j-bom](https://github.com/qos-ch/slf4j) | `2.0.17` | `2.0.18` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.2` | `3.6.3` | | [org.assertj:assertj-bom](https://github.com/assertj/assertj) | `3.27.6` | `3.27.7` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.1.0` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.20` | `1.5.34` | | [org.json:json](https://github.com/douglascrockford/JSON-java) | `20250517` | `20260522` | | [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | `5.0.0` | `5.1.2` | | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.11.2` | `1.1.2` | Updates `com.google.errorprone:error_prone_annotations` from 2.44.0 to 2.50.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.44.0...v2.50.0) Updates `com.google.guava:guava` from 33.5.0-jre to 33.6.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `joda-time:joda-time` from 2.14.0 to 2.14.2 - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](JodaOrg/joda-time@v2.14.0...v2.14.2) Updates `org.yaml:snakeyaml` from 2.5 to 2.6 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) Updates `com.github.spotbugs:spotbugs-annotations` from 4.9.8 to 4.10.2 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.8...4.10.2) Updates `org.jetbrains.kotlin:kotlin-bom` from 2.2.21 to 2.4.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.4.0) Updates `com.fasterxml.jackson:jackson-bom` from 2.20.1 to 2.22.0 - [Commits](FasterXML/jackson-bom@jackson-bom-2.20.1...jackson-bom-2.22.0) Updates `org.apache.logging.log4j:log4j-bom` from 2.25.2 to 2.26.0 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](apache/logging-log4j2@rel/2.25.2...rel/2.26.0) Updates `org.apache.logging.log4j:log4j-core` from 2.25.2 to 2.26.0 Updates `org.slf4j:slf4j-bom` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.17...v_2.0.18) Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.7 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.1.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.1.0) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.2 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.2) Updates `org.apache.logging.log4j:log4j-core` from 2.25.2 to 2.26.0 Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.1.0) Updates `org.aspectj:aspectjweaver` from 1.9.25 to 1.9.25.1 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) Updates `org.aspectj:aspectjrt` from 1.9.25 to 1.9.25.1 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) Updates `org.aspectj:aspectjtools` from 1.9.25 to 1.9.25.1 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) Updates `org.aspectj:aspectjrt` from 1.9.25 to 1.9.25.1 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) Updates `org.aspectj:aspectjtools` from 1.9.25 to 1.9.25.1 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) Updates `org.codehaus.mojo:aspectj-maven-plugin` from 1.15.0 to 1.16.0 - [Release notes](https://github.com/mojohaus/aspectj-maven-plugin/releases) - [Commits](mojohaus/aspectj-maven-plugin@aspectj-maven-plugin-1.15.0...aspectj-maven-plugin-1.16.0) Updates `org.apache.maven.plugins:maven-jlink-plugin` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/apache/maven-jlink-plugin/releases) - [Commits](apache/maven-jlink-plugin@maven-jlink-plugin-3.2.0...maven-jlink-plugin-3.3.0) Updates `io.fabric8:kubernetes-client-bom` from 7.4.0 to 7.7.0 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v7.4.0...v7.7.0) Updates `org.slf4j:slf4j-bom` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.17...v_2.0.18) Updates `org.apache.logging.log4j:log4j-core` from 2.25.2 to 2.26.0 Updates `org.apache.logging.log4j:log4j-bom` from 2.25.2 to 2.26.0 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](apache/logging-log4j2@rel/2.25.2...rel/2.26.0) Updates `org.slf4j:slf4j-bom` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.17...v_2.0.18) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3) Updates `org.assertj:assertj-bom` from 3.27.6 to 3.27.7 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7) Updates `org.junit:junit-bom` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.1.0) Updates `org.apache.logging.log4j:log4j-bom` from 2.25.2 to 2.26.0 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](apache/logging-log4j2@rel/2.25.2...rel/2.26.0) Updates `org.slf4j:slf4j-bom` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.17...v_2.0.18) Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.34 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.20...v_1.5.34) Updates `org.json:json` from 20250517 to 20260522 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](stleary/JSON-java@2025051...2026052) Updates `net.javacrumbs.json-unit:json-unit-assertj` from 5.0.0 to 5.1.2 - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](lukas-krecan/JsonUnit@json-unit-parent-5.0.0...json-unit-parent-5.1.2) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.2 to 1.1.2 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.2...1.1.2) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_annotations dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.google.guava:guava dependency-version: 33.6.0-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: joda-time:joda-time dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.slf4j:slf4j-bom dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: org.aspectj:aspectjweaver dependency-version: 1.9.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.aspectj:aspectjrt dependency-version: 1.9.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.aspectj:aspectjtools dependency-version: 1.9.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.aspectj:aspectjrt dependency-version: 1.9.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.aspectj:aspectjtools dependency-version: 1.9.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.codehaus.mojo:aspectj-maven-plugin dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.maven.plugins:maven-jlink-plugin dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: io.fabric8:kubernetes-client-bom dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.slf4j:slf4j-bom dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.slf4j:slf4j-bom dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: org.assertj:assertj-bom dependency-version: 3.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.slf4j:slf4j-bom dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.json:json dependency-version: '20260522' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-version: 5.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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 group with 19 updates in the / directory:
2.44.02.50.033.5.0-jre33.6.0-jre2.14.02.14.22.52.64.9.84.10.22.2.212.4.02.20.12.22.02.25.22.26.02.25.22.26.02.0.172.0.183.5.74.1.03.5.74.1.02025.0.02025.1.21.9.251.9.25.11.9.251.9.25.11.9.251.9.25.11.15.01.16.03.2.03.3.07.4.07.7.0Bumps the all group with 9 updates in the /log4j-samples-graalvm directory:
2.25.22.26.02.0.172.0.183.6.23.6.33.27.63.27.76.0.16.1.01.5.201.5.3420250517202605225.0.05.1.20.11.21.1.2Updates
com.google.errorprone:error_prone_annotationsfrom 2.44.0 to 2.50.0Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
... (truncated)
Commits
d802cffRelease Error Prone 2.50.0b12b5f2InStringCharset, move the description fromexplanationtosummary.a7ca02aUpdateAssertThrowsUtilsto emitvar thrown = assertThrows(...)instead o...6b56517Fix handling of nested tags in UnrecognisedJavadocTagd36e74fRemove translation of thefail()message intoassertThrows(). We already ...c3581e9Fix JavacFileManager compiler crash during speculative recompiles in modular ...da1f32bRemove assignments fromassertThrows()lambdas. A large percentage of remai...dee62f7UpdateAssertThrowsBlockToExpressionto re-write singleVariableTrees int...4939448Only hoist the last statement into theassertThrows()lambda.30fd05arefactor: Rename JavaLangClash bug pattern to AvoidCommonTypeNamesUpdates
com.google.guava:guavafrom 33.5.0-jre to 33.6.0-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
joda-time:joda-timefrom 2.14.0 to 2.14.2Release notes
Sourced from joda-time:joda-time's releases.
Commits
d6ba4f0Release v2.14.243ea40bUpdate time zone data to 2026bgtz (#831)c377753Release v2.14.13fd08d4Update time zone data to 2026agtz (#829)c4bf877Fix name key (#827)8b11cfaUpdate time zone data to 2025cgtz (#826)7088d77Update deployment from OSSRH (#820)3418119Auto-merge tzdb updates (#819)6c95155Fix website commit messagec1d7f97Fix typo in README (#818)Updates
org.yaml:snakeyamlfrom 2.5 to 2.6Commits
cc19a61[maven-release-plugin] prepare for next development iterationbc4a8f4Minor fixes in Javadocf18203aAdd a test for Y79Y-003ad1fcebLess output in tests1db66b7Add (failing) build with JDK 2588ebaa8build: fix JKD 25 tests compilation6af8790Update Javadoca006b7aUpdate Javadocc143db2Update changesd78d11fUpdate changesUpdates
com.github.spotbugs:spotbugs-annotationsfrom 4.9.8 to 4.10.2Release notes
Sourced from com.github.spotbugs:spotbugs-annotations's releases.
... (truncated)
Changelog
Sourced from com.github.spotbugs:spotbugs-annotations's changelog.
... (truncated)
Commits
9efccc9release v4.10.2205d91bCheck binary compatibility (#4159)a177422Update spring core to v7.0.8 (#4158)2d6857fupdate sonatype link inRELEASE_PROCEDURE.md(#4157)32d4fb9chore(build): Add verification on tag release that version matches the tag (#...6657922prepare for next release7460889release v4.10.1f6c4597prepare for next release6e64d99release v4.10.073a6f59feat: add partial JSpecify annotations support (from PR #3142) (#3996)Updates
org.jetbrains.kotlin:kotlin-bomfrom 2.2.21 to 2.4.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-bom's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-bom's changelog.
... (truncated)
Commits
add726cAdd ChangeLog for 2.4.0-RC269a4a81[Wasm] Add binaryen per-file arguments8907c63[KGP] Suppress duplicate compiler warning output when --warning-mode=all is a...f9bef12[KGP] Add failing test for duplicate compiler warning output via Problems API7fe49c2KT-86268: Use 2.4.0 toolchain for abiValidation with older CVs13d25e2KT-86268: Regression test addedf7d1a76[JKlib] Fix JAR deserializer configuration.5cec663[JKlib] Wire up JvmBuiltInClassDescriptorFactoryef14611Make the default stability of non-final classesUnknowninstead ofStabled76473a[Gradle] Fix GeneralNativeIT.shouldAllowToOverrideDownloadUrl test failuresUpdates
com.fasterxml.jackson:jackson-bomfrom 2.20.1 to 2.22.0Commits
112e859[maven-release-plugin] prepare release jackson-bom-2.22.02cae2cePrep for 2.22.0 release7955d21Merge branch '2.21' into 2.x8922a05Post-release dep version bump1fa9943[maven-release-plugin] prepare for next development iterationd1abd31[maven-release-plugin] prepare release jackson-bom-2.21.42aaea43Prep for 2.21.4 release902ec69Update Woodstox/stax2-api (to 7.2.0/4.3.0)2570647Merge branch '2.21' into 2.x9d3a9d5Post-release dep version bumpUpdates
org.apache.logging.log4j:log4j-bomfrom 2.25.2 to 2.26.0Release notes
Sourced from org.apache.logging.log4j:log4j-bom's releases.
... (truncated)
Commits
c1ad2a6Update theproject.build.outputTimestampproperty8b3a799Set version to2.26.096486ebMerge remote-tracking branch 'origin/2.x' into release/2.26.08243257Add documentation forMessageRewritePolicy(#4042)2a15414Add documentation pointer to the Async HTTP Appender ofmore-log4j2(#4062)b178cb1Switch CI togha/v0and remove Develocity (#4108)23321deRemove changelog entries for already released changesdef55fcAdd.release.xmland.release-notes.adoc.ftl0e019f2Move changelog entriesa487a5dTidy up changelogUpdates
org.apache.logging.log4j:log4j-corefrom 2.25.2 to 2.26.0Updates
org.slf4j:slf4j-bomfrom 2.0.17 to 2.0.18Release notes
Sourced from org.slf4j:slf4j-bom's releases.
Commits
58b66c2update central-publishing-maven-pluginbe4841cprepare release 2.0.18d2073beminor refactoring, javadoc changes32a9854add a trivial test for CONFIG_PARAMS.warnLevelString77936c6CONFIG_PARAMS.warnLevelString should be taken into account34c9d30extract first marker when caller locationAwareLogger902b463remove cruftb3c2f16security manager is no longer supported in later JDKs9468c7aremove unneccessary and unused files183aaa5start work on 2.0.18-SNAPSHOTUpdates
org.springframework.boot:spring-boot-dependenciesfrom 3.5.7 to 4.1.0Release notes
Sourced from org.springframework.boot:spring-boot-dependencies's releases.