Commit e30a8b7
Bump the all group across 1 directory with 5 updates (#341)
* Bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.19.0` | `2.19.1` |
| [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) | `0.0.0-SNAPSHOT` | `3.0.0-beta3` |
| org.apache.logging.log4j:log4j-core | `2.25.0` | `3.0.0-beta3` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` |
Updates `com.fasterxml.jackson:jackson-bom` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.19.0...jackson-bom-2.19.1)
Updates `org.apache.logging.log4j:log4j-bom` from 0.0.0-SNAPSHOT to 3.0.0-beta3
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc)
- [Commits](https://github.com/apache/logging-log4j2/commits/rel/3.0.0-beta3)
Updates `org.apache.logging.log4j:log4j-core` from 2.25.0 to 3.0.0-beta3
Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)
Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)
Updates `org.apache.logging.log4j:log4j-core` from 2.25.0 to 3.0.0-beta3
Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.19.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: org.apache.logging.log4j:log4j-bom
dependency-version: 3.0.0-beta3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 3.0.0-beta3
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: all
- dependency-name: org.springframework.boot:spring-boot-dependencies
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 3.0.0-beta3
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: all
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix: Limit Log4j to version < 3.0.0-alpha1
Dependabot attempts to upgrade Log4j to `3.0.0-beta3` because, per the Maven version ordering, `3.0.0-beta3` is considered lower than a plain `3`. This commit explicitly limits Log4j to a version lower than `3.0.0-alpha1` to prevent premature upgrades to the 3.x series.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr P. Karwasz <[email protected]>1 parent 58ab3f5 commit e30a8b7
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments