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