Skip to content

chore: bump the backend-prod group across 2 directories with 5 updates - #949

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend-prod-2d3e606c1c
Open

chore: bump the backend-prod group across 2 directories with 5 updates#949
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend-prod-2d3e606c1c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the backend-prod group with 5 updates in the / directory:

Package From To
net.javacrumbs.shedlock:shedlock-spring 7.9.0 7.10.0
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 7.9.0 7.10.0
software.amazon.awssdk:s3 2.54.2 2.54.13
org.flywaydb:flyway-mysql 13.3.0 13.5.0
org.projectlombok:lombok 1.18.46 1.18.48

Bumps the backend-prod group with 5 updates in the /server directory:

Package From To
net.javacrumbs.shedlock:shedlock-spring 7.9.0 7.10.0
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 7.9.0 7.10.0
software.amazon.awssdk:s3 2.54.2 2.54.13
org.flywaydb:flyway-mysql 13.3.0 13.5.0
org.projectlombok:lombok 1.18.46 1.18.48

Updates net.javacrumbs.shedlock:shedlock-spring from 7.9.0 to 7.10.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

7.10.0 (2026-09-04)

  • Add datasource-backed transaction runner for jOOQ provider #3683
  • Dependency updates
Commits
  • 0fb7458 [maven-release-plugin] prepare release shedlock-parent-7.10.0
  • af429a7 Use maven wrapper 3 (#3730)
  • dd533c4 #3683 Introduce JooqTransactionRunner (#3725)
  • d628e8d Upgrade jOOQ
  • 7099a96 Merge pull request #3729 from lukas-krecan/dependabot/maven/software.amazon.a...
  • b20fbf0 Merge pull request #3727 from lukas-krecan/dependabot/maven/vertx.version-5.1.7
  • 445df33 Merge pull request #3728 from lukas-krecan/dependabot/maven/co.elastic.client...
  • cbbcb82 Bump software.amazon.awssdk:s3 from 2.54.7 to 2.54.9
  • d4b1fe9 Bump co.elastic.clients:elasticsearch-java from 9.5.2 to 9.5.3
  • d352e31 Bump vertx.version from 5.1.6 to 5.1.7
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 7.9.0 to 7.10.0

Updates software.amazon.awssdk:s3 from 2.54.2 to 2.54.13

Updates org.flywaydb:flyway-mysql from 13.3.0 to 13.5.0

Updates org.projectlombok:lombok from 1.18.46 to 1.18.48

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.48 (September 1st, 2026)

  • BREAKING CHANGE/BUGFIX: @Builder(builderClassName = "Builder") now generates an error, because the type names collide. #3857 (found after release)
  • PLATFORM: JDK27 support added #4072.
  • BUGFIX: @SneakyThrows usage on JDK26 no longer results in class files that require lombok.jar to be on the runtime classpath (which should not be neccessary). #4040.
  • FEATURE: New config key lombok.checkReturnValueAnnotation (values: none, lombok; default: none) lets lombok generate @lombok.CheckReturnValue on generated methods where the return value should not be ignored, such as @With methods and @Builder.build(). A future lombok release may flip the default to lombok. #4013.
  • PROMOTION: @SuperBuilder has been promoted to the main package. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions, at which point it will be marked as a deprecated annotation. Eventually it'll be removed. If you had lombok.config configuration for this annotation, the configuration keys for this feature have been renamed. #2209.
  • OLD-CRUFT: lombok.experimental.Wither and lombok.Delegate are deprecated remnants; these features were moved (to respectively lombok.With and lombok.experimental.Delegate over 5 years ago. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.
  • FEATURE: CheckerFramework: Lombok now adds @SideEffectFree to constructors it makes if you have enabled checker framework via lombok.config.
  • BUGFIX: CheckerFramework: Lombok would add @SideEffectFree to the build() method of any generated builder, even if it is a builder for invoking a method; in that case, the side-effect-free nature of build() mirrors the side-effect-free nature of the method invocation you've built. Lombok now checks if the method it generated a builder for is side effect free / 'check return type'.
Commits
  • b48657c [version] pre-release version bump v1.18.48
  • d1d0039 Merge branch 'jdk27'
  • 1a23dad [review][refactor] No meaningful changes: Improved comments, javadoc, and cle...
  • 40cdde8 [changelog] JDK27 support
  • 25eae29 Add Danish Nawab to AUTHORS
  • 10ab92b Support JDK27: end positions moved from EndPosTable to JCTree.endpos
  • af01b7a Document the new configuration syntax for listy things
  • 1be3857 There is no more HtAccess
  • 405985d Semantic sections for website
  • 04b7340 [trivial] fixing some outdated tests (tests were broken, not lombok).
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 7.9.0 to 7.10.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

7.10.0 (2026-09-04)

  • Add datasource-backed transaction runner for jOOQ provider #3683
  • Dependency updates
Commits
  • 0fb7458 [maven-release-plugin] prepare release shedlock-parent-7.10.0
  • af429a7 Use maven wrapper 3 (#3730)
  • dd533c4 #3683 Introduce JooqTransactionRunner (#3725)
  • d628e8d Upgrade jOOQ
  • 7099a96 Merge pull request #3729 from lukas-krecan/dependabot/maven/software.amazon.a...
  • b20fbf0 Merge pull request #3727 from lukas-krecan/dependabot/maven/vertx.version-5.1.7
  • 445df33 Merge pull request #3728 from lukas-krecan/dependabot/maven/co.elastic.client...
  • cbbcb82 Bump software.amazon.awssdk:s3 from 2.54.7 to 2.54.9
  • d4b1fe9 Bump co.elastic.clients:elasticsearch-java from 9.5.2 to 9.5.3
  • d352e31 Bump vertx.version from 5.1.6 to 5.1.7
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 7.9.0 to 7.10.0

Updates software.amazon.awssdk:s3 from 2.54.2 to 2.54.13

Updates org.flywaydb:flyway-mysql from 13.3.0 to 13.5.0

Updates org.projectlombok:lombok from 1.18.46 to 1.18.48

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.48 (September 1st, 2026)

  • BREAKING CHANGE/BUGFIX: @Builder(builderClassName = "Builder") now generates an error, because the type names collide. #3857 (found after release)
  • PLATFORM: JDK27 support added #4072.
  • BUGFIX: @SneakyThrows usage on JDK26 no longer results in class files that require lombok.jar to be on the runtime classpath (which should not be neccessary). #4040.
  • FEATURE: New config key lombok.checkReturnValueAnnotation (values: none, lombok; default: none) lets lombok generate @lombok.CheckReturnValue on generated methods where the return value should not be ignored, such as @With methods and @Builder.build(). A future lombok release may flip the default to lombok. #4013.
  • PROMOTION: @SuperBuilder has been promoted to the main package. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions, at which point it will be marked as a deprecated annotation. Eventually it'll be removed. If you had lombok.config configuration for this annotation, the configuration keys for this feature have been renamed. #2209.
  • OLD-CRUFT: lombok.experimental.Wither and lombok.Delegate are deprecated remnants; these features were moved (to respectively lombok.With and lombok.experimental.Delegate over 5 years ago. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.
  • FEATURE: CheckerFramework: Lombok now adds @SideEffectFree to constructors it makes if you have enabled checker framework via lombok.config.
  • BUGFIX: CheckerFramework: Lombok would add @SideEffectFree to the build() method of any generated builder, even if it is a builder for invoking a method; in that case, the side-effect-free nature of build() mirrors the side-effect-free nature of the method invocation you've built. Lombok now checks if the method it generated a builder for is side effect free / 'check return type'.
Commits
  • b48657c [version] pre-release version bump v1.18.48
  • d1d0039 Merge branch 'jdk27'
  • 1a23dad [review][refactor] No meaningful changes: Improved comments, javadoc, and cle...
  • 40cdde8 [changelog] JDK27 support
  • 25eae29 Add Danish Nawab to AUTHORS
  • 10ab92b Support JDK27: end positions moved from EndPosTable to JCTree.endpos
  • af01b7a Document the new configuration syntax for listy things
  • 1be3857 There is no more HtAccess
  • 405985d Semantic sections for website
  • 04b7340 [trivial] fixing some outdated tests (tests were broken, not lombok).
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 7.9.0 to 7.10.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

7.10.0 (2026-09-04)

  • Add datasource-backed transaction runner for jOOQ provider #3683
  • Dependency updates
Commits
  • 0fb7458 [maven-release-plugin] prepare release shedlock-parent-7.10.0
  • af429a7 Use maven wrapper 3 (#3730)
  • dd533c4 #3683 Introduce JooqTransactionRunner (#3725)
  • d628e8d Upgrade jOOQ
  • 7099a96 Merge pull request #3729 from lukas-krecan/dependabot/maven/software.amazon.a...
  • b20fbf0 Merge pull request #3727 from lukas-krecan/dependabot/maven/vertx.version-5.1.7
  • 445df33 Merge pull request #3728 from lukas-krecan/dependabot/maven/co.elastic.client...
  • cbbcb82 Bump software.amazon.awssdk:s3 from 2.54.7 to 2.54.9
  • d4b1fe9 Bump co.elastic.clients:elasticsearch-java from 9.5.2 to 9.5.3
  • d352e31 Bump vertx.version from 5.1.6 to 5.1.7
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 7.9.0 to 7.10.0

Updates software.amazon.awssdk:s3 from 2.54.2 to 2.54.13

Updates org.flywaydb:flyway-mysql from 13.3.0 to 13.5.0

Updates org.projectlombok:lombok from 1.18.46 to 1.18.48

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.48 (September 1st, 2026)

  • BREAKING CHANGE/BUGFIX: @Builder(builderClassName = "Builder") now generates an error, because the type names collide. #3857 (found after release)
  • PLATFORM: JDK27 support added #4072.
  • BUGFIX: @SneakyThrows usage on JDK26 no longer results in class files that require lombok.jar to be on the runtime classpath (which should not be neccessary). #4040.
  • FEATURE: New config key lombok.checkReturnValueAnnotation (values: none, lombok; default: none) lets lombok generate @lombok.CheckReturnValue on generated methods where the return value should not be ignored, such as @With methods and @Builder.build(). A future lombok release may flip the default to lombok. #4013.
  • PROMOTION: @SuperBuilder has been promoted to the main package. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions, at which point it will be marked as a deprecated annotation. Eventually it'll be removed. If you had lombok.config configuration for this annotation, the configuration keys for this feature have been renamed. #2209.
  • OLD-CRUFT: lombok.experimental.Wither and lombok.Delegate are deprecated remnants; these features were moved (to respectively lombok.With and lombok.experimental.Delegate over 5 years ago. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.
  • FEATURE: CheckerFramework: Lombok now adds @SideEffectFree to constructors it makes if you have enabled checker framework via lombok.config.
  • BUGFIX: CheckerFramework: Lombok would add @SideEffectFree to the build() method of any generated builder, even if it is a builder for invoking a method; in that case, the side-effect-free nature of build() mirrors the side-effect-free nature of the method invocation you've built. Lombok now checks if the method it generated a builder for is side effect free / 'check return type'.
Commits
  • b48657c [version] pre-release version bump v1.18.48
  • d1d0039 Merge branch 'jdk27'
  • 1a23dad [review][refactor] No meaningful changes: Improved comments, javadoc, and cle...
  • 40cdde8 [changelog] JDK27 support
  • 25eae29 Add Danish Nawab to AUTHORS
  • 10ab92b Support JDK27: end positions moved from EndPosTable to JCTree.endpos
  • af01b7a Document the new configuration syntax for listy things
  • 1be3857 There is no more HtAccess
  • 405985d Semantic sections for website
  • 04b7340 [trivial] fixing some outdated tests (tests were broken, not lombok).
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 7.9.0 to 7.10.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

7.10.0 (2026-09-04)

  • Add datasource-backed transaction runner for jOOQ provider #3683
  • Dependency updates
Commits
  • 0fb7458 [maven-release-plugin] prepare release shedlock-parent-7.10.0
  • af429a7 Use maven wrapper 3 (#3730)
  • dd533c4 #3683 Introduce JooqTransactionRunner (#3725)
  • d628e8d Upgrade jOOQ
  • 7099a96 Merge pull request #3729 from lukas-krecan/dependabot/maven/software.amazon.a...
  • b20fbf0 Merge pull request #3727 from lukas-krecan/dependabot/maven/vertx.version-5.1.7
  • 445df33 Merge pull request #3728 from lukas-krecan/dependabot/maven/co.elastic.client...
  • cbbcb82 Bump software.amazon.awssdk:s3 from 2.54.7 to 2.54.9
  • d4b1fe9 Bump co.elastic.clients:elasticsearch-java from 9.5.2 to 9.5.3
  • d352e31 Bump vertx.version from 5.1.6 to 5.1.7
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 7.9.0 to 7.10.0

Updates software.amazon.awssdk:s3 from 2.54.2 to 2.54.13

Updates org.flywaydb:flyway-mysql from 13.3.0 to 13.5.0

Updates org.projectlombok:lombok from 1.18.46 to 1.18.48

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.48 (September 1st, 2026)

  • BREAKING CHANGE/BUGFIX: @Builder(builderClassName = "Builder") now generates an error, because the type names collide. #3857 (found after release)
  • PLATFORM: JDK27 support added #4072.
  • BUGFIX: @SneakyThrows usage on JDK26 no longer results in class files that require lombok.jar to be on the runtime classpath (which should not be neccessary). #4040.
  • FEATURE: New config key lombok.checkReturnValueAnnotation (values: none, lombok; default: none) lets lombok generate @lombok.CheckReturnValue on generated methods where the return value should not be ignored, such as @With methods and @Builder.build(). A future lombok release may flip the default to lombok. #4013.
  • PROMOTION: @SuperBuilder has been promoted to the main package. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions, at which point it will be marked as a deprecated annotation. Eventually it'll be removed. If you had lombok.config configuration for this annotation, the configuration keys for this feature have been renamed. #2209.
  • OLD-CRUFT: lombok.experimental.Wither and lombok.Delegate are deprecated remnants; these features were moved (to respectively lombok.With and lombok.experimental.Delegate over 5 years ago. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.
  • FEATURE: CheckerFramework: Lombok now adds @SideEffectFree to constructors it makes if you have enabled checker framework via lombok.config.
  • BUGFIX: CheckerFramework: Lombok would add @SideEffectFree to the build() method of any generated builder, even if it is a builder for invoking a method; in that case, the side-effect-free nature of build() mirrors the side-effect-free nature of the method invocation you've built. Lombok now checks if the method it generated a builder for is side effect free / 'check return type'.
Commits
  • b48657c [version] pre-release version bump v1.18.48
  • d1d0039 Merge branch 'jdk27'
  • 1a23dad [review][refactor] No meaningful changes: Improved comments, javadoc, and cle...
  • 40cdde8 [changelog] JDK27 support
  • 25eae29 Add Danish Nawab to AUTHORS
  • 10ab92b Support JDK27: end positions moved from EndPosTable to JCTree.endpos
  • af01b7a Document the new configuration syntax for listy things
  • 1be3857 There is no more HtAccess
  • 405985d Semantic sections for website
  • 04b7340 [trivial] fixing some outdated tests (tests were broken, not lombok).
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/backend-prod-2d3e606c1c branch from 6f3765e to e7a40e4 Compare September 9, 2026 11:25
Bumps the backend-prod group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `7.9.0` | `7.10.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `7.9.0` | `7.10.0` |
| software.amazon.awssdk:s3 | `2.54.2` | `2.54.13` |
| org.flywaydb:flyway-mysql | `13.3.0` | `13.5.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.46` | `1.18.48` |

Bumps the backend-prod group with 5 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `7.9.0` | `7.10.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `7.9.0` | `7.10.0` |
| software.amazon.awssdk:s3 | `2.54.2` | `2.54.13` |
| org.flywaydb:flyway-mysql | `13.3.0` | `13.5.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.46` | `1.18.48` |



Updates `net.javacrumbs.shedlock:shedlock-spring` from 7.9.0 to 7.10.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-7.9.0...shedlock-parent-7.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 7.9.0 to 7.10.0

Updates `software.amazon.awssdk:s3` from 2.54.2 to 2.54.13

Updates `org.flywaydb:flyway-mysql` from 13.3.0 to 13.5.0

Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.46...v1.18.48)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 7.9.0 to 7.10.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-7.9.0...shedlock-parent-7.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 7.9.0 to 7.10.0

Updates `software.amazon.awssdk:s3` from 2.54.2 to 2.54.13

Updates `org.flywaydb:flyway-mysql` from 13.3.0 to 13.5.0

Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.46...v1.18.48)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 7.9.0 to 7.10.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-7.9.0...shedlock-parent-7.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 7.9.0 to 7.10.0

Updates `software.amazon.awssdk:s3` from 2.54.2 to 2.54.13

Updates `org.flywaydb:flyway-mysql` from 13.3.0 to 13.5.0

Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.46...v1.18.48)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 7.9.0 to 7.10.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-7.9.0...shedlock-parent-7.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 7.9.0 to 7.10.0

Updates `software.amazon.awssdk:s3` from 2.54.2 to 2.54.13

Updates `org.flywaydb:flyway-mysql` from 13.3.0 to 13.5.0

Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.46...v1.18.48)

---
updated-dependencies:
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.54.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.54.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.54.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.54.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/backend-prod-2d3e606c1c branch from e7a40e4 to f7fdff7 Compare September 10, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants