From 6bc5970ec5eefaedc7e6ff469ca9b42d17f22897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:04:57 +0000 Subject: [PATCH] Bump the minor-updates group with 8 updates Bumps the minor-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | com.vaadin:vaadin-bom | `25.0.4` | `25.0.6` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.9` | `42.7.10` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.51.1.0` | `3.51.2.0` | | [com.discord4j:discord4j-core](https://github.com/Discord4J/Discord4J) | `3.3.0` | `3.3.1` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `3.0.1` | `3.0.2` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `4.0.2` | `4.0.3` | | [com.vaadin](https://github.com/vaadin/platform) | `25.0.4` | `25.0.6` | | org.flywaydb.flyway | `12.0.0` | `12.0.3` | Updates `com.vaadin:vaadin-bom` from 25.0.4 to 25.0.6 Updates `org.postgresql:postgresql` from 42.7.9 to 42.7.10 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.9...REL42.7.10) Updates `org.xerial:sqlite-jdbc` from 3.51.1.0 to 3.51.2.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.51.1.0...3.51.2.0) Updates `com.discord4j:discord4j-core` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/Discord4J/Discord4J/releases) - [Commits](https://github.com/Discord4J/Discord4J/compare/3.3.0...3.3.1) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.2/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v3.0.1...v3.0.2) Updates `org.springframework.boot` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3) Updates `com.vaadin` from 25.0.4 to 25.0.6 - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](https://github.com/vaadin/platform/compare/25.0.4...25.0.6) Updates `org.flywaydb.flyway` from 12.0.0 to 12.0.3 --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-version: 25.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.postgresql:postgresql dependency-version: 42.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.2.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: com.discord4j:discord4j-core dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.springframework.boot dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: com.vaadin dependency-version: 25.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.flywaydb.flyway dependency-version: 12.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- simdesk-web/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/simdesk-web/build.gradle b/simdesk-web/build.gradle index 4ec78136..fb898f76 100644 --- a/simdesk-web/build.gradle +++ b/simdesk-web/build.gradle @@ -1,9 +1,9 @@ plugins { id "java" id "io.spring.dependency-management" version "1.1.7" - id "org.springframework.boot" version "4.0.2" - id 'com.vaadin' version "25.0.4" - id "org.flywaydb.flyway" version "12.0.0" + id "org.springframework.boot" version "4.0.3" + id 'com.vaadin' version "25.0.6" + id "org.flywaydb.flyway" version "12.0.3" } group = "de.sustineo.simdesk" @@ -22,7 +22,7 @@ repositories { dependencyManagement { imports { - mavenBom "com.vaadin:vaadin-bom:25.0.4" + mavenBom "com.vaadin:vaadin-bom:25.0.6" } } @@ -51,8 +51,8 @@ dependencies { // Database implementation "org.springframework.boot:spring-boot-starter-jdbc" implementation "org.mybatis.spring.boot:mybatis-spring-boot-starter:4.0.1" - implementation "org.postgresql:postgresql:42.7.9" - runtimeOnly "org.xerial:sqlite-jdbc:3.51.1.0" + implementation "org.postgresql:postgresql:42.7.10" + runtimeOnly "org.xerial:sqlite-jdbc:3.51.2.0" implementation "org.springframework.boot:spring-boot-starter-flyway" implementation "org.flywaydb:flyway-database-postgresql" @@ -65,11 +65,11 @@ dependencies { implementation "commons-io:commons-io:2.21.0" // Misc - implementation "com.discord4j:discord4j-core:3.3.0" + implementation "com.discord4j:discord4j-core:3.3.1" implementation "com.opencsv:opencsv:5.12.0" // OpenAPI documentation - implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.1" + implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.2" implementation "org.webjars:webjars-locator-lite:1.1.3" // Development