Skip to content

Commit c910a77

Browse files
Bump the maven-dependencies group with 2 updates
Bumps the maven-dependencies group with 2 updates: [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). Updates `org.flywaydb:flyway-core` from 11.11.2 to 11.12.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.11.2...flyway-11.12.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.11 to 2.8.12 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.11...v2.8.12) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 11.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 432aa2d commit c910a77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

multitenancy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<!-- Database -->
18-
<flyway.version>11.11.2</flyway.version>
18+
<flyway.version>11.12.0</flyway.version>
1919
<h2.version>2.3.232</h2.version>
2020
<!-- UI -->
2121
<vaadin.version>24.8.7</vaadin.version>

set-based-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!--Serialization-->
1919
<jackson-core.version>2.20</jackson-core.version>
2020
<!--UI-->
21-
<spring-doc.version>2.8.11</spring-doc.version>
21+
<spring-doc.version>2.8.12</spring-doc.version>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)