-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): bump the prod-deps group across 1 directory with 15 updates #106
Closed
Conversation
This file contains 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
Bumps the prod-deps group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` | | [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) | `1.6.2` | `1.6.3` | | [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) | `1.6.2` | `1.6.3` | | org.apache.commons:commons-text | `1.12.0` | `1.13.0` | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.18.1` | `1.18.3` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.19.0` | `10.21.0` | | org.openapitools:openapi-generator-maven-plugin | `7.9.0` | `7.10.0` | | [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) | `7.9.0` | `7.10.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` | | [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.17.1` | `2.18.0` | | [org.folio:folio-module-descriptor-validator](https://github.com/folio-org/folio-module-descriptor-validator) | `1.0.0` | `1.0.1` | Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.34...v1.18.36) Updates `org.mapstruct:mapstruct` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](mapstruct/mapstruct@1.6.2...1.6.3) Updates `org.mapstruct:mapstruct-processor` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](mapstruct/mapstruct@1.6.2...1.6.3) Updates `org.mapstruct:mapstruct-processor` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Commits](mapstruct/mapstruct@1.6.2...1.6.3) Updates `org.apache.commons:commons-text` from 1.12.0 to 1.13.0 Updates `org.jsoup:jsoup` from 1.18.1 to 1.18.3 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.18.1...jsoup-1.18.3) Updates `com.puppycrawl.tools:checkstyle` from 10.19.0 to 10.21.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.19.0...checkstyle-10.21.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.openapitools:openapi-generator-maven-plugin` from 7.9.0 to 7.10.0 Updates `org.openapitools:openapi-generator` from 7.9.0 to 7.10.0 - [Release notes](https://github.com/openapitools/openapi-generator/releases) - [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md) - [Commits](OpenAPITools/openapi-generator@v7.9.0...v7.10.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.17.1 to 2.18.0 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](mojohaus/versions@2.17.1...2.18.0) Updates `org.folio:folio-module-descriptor-validator` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/folio-org/folio-module-descriptor-validator/releases) - [Changelog](https://github.com/folio-org/folio-module-descriptor-validator/blob/master/NEWS.md) - [Commits](folio-org/folio-module-descriptor-validator@v1.0.0...v1.0.1) Updates `org.openapitools:openapi-generator` from 7.9.0 to 7.10.0 - [Release notes](https://github.com/openapitools/openapi-generator/releases) - [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md) - [Commits](OpenAPITools/openapi-generator@v7.9.0...v7.10.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.mapstruct:mapstruct dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.mapstruct:mapstruct-processor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.mapstruct:mapstruct-processor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.openapitools:openapi-generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.folio:folio-module-descriptor-validator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.openapitools:openapi-generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 15, 2024
dependabot
bot
requested review from
psmagin,
viacheslavkol,
mukhiddin-yusuf and
SvitlanaKovalova1
December 15, 2024 00:03
Quality Gate passedIssues Measures |
mukhiddin-yusuf
approved these changes
Dec 16, 2024
SvitlanaKovalova1
approved these changes
Dec 16, 2024
@dependabot recreate |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 prod-deps group with 15 updates in the / directory:
3.3.5
3.4.0
3.3.5
3.4.0
3.3.5
3.4.0
1.18.34
1.18.36
1.6.2
1.6.3
1.6.2
1.6.3
1.12.0
1.13.0
1.18.1
1.18.3
10.19.0
10.21.0
7.9.0
7.10.0
7.9.0
7.10.0
3.5.1
3.5.2
3.5.1
3.5.2
2.17.1
2.18.0
1.0.0
1.0.1
Updates
org.springframework.boot:spring-boot-dependencies
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-dependencies's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1e286739
Upgrade to Spring Batch 5.2.073fc351
Add@ConditionalOnMissingBean
forJobRepository
3cae5c2
Merge branch '3.3.x'283bc6f
Merge branch '3.2.x' into 3.3.xUpdates
org.springframework.boot:spring-boot-configuration-processor
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-configuration-processor's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1e286739
Upgrade to Spring Batch 5.2.073fc351
Add@ConditionalOnMissingBean
forJobRepository
3cae5c2
Merge branch '3.3.x'283bc6f
Merge branch '3.2.x' into 3.3.xUpdates
org.springframework.boot:spring-boot-maven-plugin
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1e286739
Upgrade to Spring Batch 5.2.073fc351
Add@ConditionalOnMissingBean
forJobRepository
3cae5c2
Merge branch '3.3.x'283bc6f
Merge branch '3.2.x' into 3.3.xUpdates
org.projectlombok:lombok
from 1.18.34 to 1.18.36Changelog
Sourced from org.projectlombok:lombok's changelog.
Commits
91d79ff
[release] pre-release version bumpe8db33a
Merge pull request #3768 from tamila-krashtan/fix/with-html0338705
Revert "[fixes #3116] Add multi round support for mapstruct":9af596e
Fix typo in With.html3394b6e
eclipse downloader: When downloading sources, accept failure.03cd61a
Merge branch 'eclipse-tests-fix'7a9f3a8
Fix resource management in the eclipse downloader:87bc91a
Merge pull request #3764 from Rawi01/update-indexd21d551
Close ZipOutputStream in eclipse dependency downloader5caea32
[fixes #3761] Update annotation value indexUpdates
org.mapstruct:mapstruct
from 1.6.2 to 1.6.3Release notes
Sourced from org.mapstruct:mapstruct's releases.
Commits
b4e25e4
Releasing version 1.6.3772fae4
Prepare release notes for 1.6.3efdf435
#3751 Improve readme to include support for Java 16+ recordsc2bd847
#3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...21fdaa0
#3747 Do not generate redundant if condition with constructor mapping and RET...32f1fea
#3370 Prevent stack overflow error for Immutables with custom builder26c5bcd
Update readme with 1.6.24e0d73d
Next version 1.7.0-SNAPSHOTUpdates
org.mapstruct:mapstruct-processor
from 1.6.2 to 1.6.3Release notes
Sourced from org.mapstruct:mapstruct-processor's releases.
Commits
b4e25e4
Releasing version 1.6.3772fae4
Prepare release notes for 1.6.3efdf435
#3751 Improve readme to include support for Java 16+ recordsc2bd847
#3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...21fdaa0
#3747 Do not generate redundant if condition with constructor mapping and RET...32f1fea
#3370 Prevent stack overflow error for Immutables with custom builder26c5bcd
Update readme with 1.6.24e0d73d
Next version 1.7.0-SNAPSHOTUpdates
org.mapstruct:mapstruct-processor
from 1.6.2 to 1.6.3Release notes
Sourced from org.mapstruct:mapstruct-processor's releases.
Commits
b4e25e4
Releasing version 1.6.3772fae4
Prepare release notes for 1.6.3efdf435
#3751 Improve readme to include support for Java 16+ recordsc2bd847
#3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...21fdaa0
#3747 Do not generate redundant if condition with constructor mapping and RET...32f1fea
#3370 Prevent stack overflow error for Immutables with custom builder26c5bcd
Update readme with 1.6.24e0d73d
Next version 1.7.0-SNAPSHOTUpdates
org.apache.commons:commons-text
from 1.12.0 to 1.13.0Updates
org.jsoup:jsoup
from 1.18.1 to 1.18.3Release notes
Sourced from org.jsoup:jsoup's releases.
Changelog
Sourced from org.jsoup:jsoup's changelog.
... (truncated)
Commits
7c56eb2
[maven-release-plugin] prepare release jsoup-1.18.3bf13b49
Assert namespaced attribute with digit0a4b830
Fix XML attribute validationf6e82f2
Note 1.18.2 release date2a174dc
[maven-release-plugin] prepare for next development iteration71063c3
[maven-release-plugin] prepare release jsoup-1.18.21a91aac
Use the incoming node's parent if outgoing has already been removeddf404cf
test case for Issue #221228db617
Test for #1938d27370a
Follow spec so<
can start an attribute nameUpdates
com.puppycrawl.tools:checkstyle
from 10.19.0 to 10.21.0Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
... (truncated)
Commits
b505e4c
[maven-release-plugin] prepare release checkstyle-10.21.001047b2
doc: release notes for 10.21.08d265b3
Issue #13345: Enable examples tests for InterfaceMemberImpliedModifierCheck9398e5e
Issue #15955: improve output of run-checkstyle.yml31dbc43
dependency: Update google-java-format.yml to 1.25.25e136f3
minor: more output to run-checkstyle.yml to improve CLI experienceff79d02
Issue #15955: run-checkstyle.yml use filename for download975bb70
minor: Update run-checkstyle.yml to print debug outputdea0f46
Issue #15955: Update run-checkstyle.yml to remove extra }5b01a7f
Issue #15955: Update run-checkstyle.yml to define latest version of checkstyleUpdates
org.springframework.boot:spring-boot-configuration-processor
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-configuration-processor's releases.
... (truncated)
Commits