Skip to content

Commit

Permalink
Merge branch 'master' into renovate/vaadin.base
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Mar 4, 2024
2 parents eaa2b7e + 372c80f commit 1468750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
kotlin = "1.9.22"
dokka = "1.9.10"
springBoot = "3.2.0"
springBoot = "3.2.3"
vaadin-flow = "24.3.6"
vaadin-base = "24.3.6"
kotlinPoet = "1.15.3"
kotlinPoet = "1.16.0"
testContainers = "1.19.6"
jooq = "3.18.5"
karibu = "2.1.4"
Expand Down Expand Up @@ -38,7 +38,7 @@ karibu-testing = { module = "com.github.mvysny.kaributesting:karibu-testing-v24"
karibu-spring = { module = "com.github.mvysny.kaributesting:karibu-testing-v10-spring", version.ref = "karibu" }

[plugins]
jooq = { id = "nu.studer.jooq", version = "8.2.3" }
jooq = { id = "nu.studer.jooq", version = "9.0" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
jgitver = { id = "fr.brouillard.oss.gradle.jgitver", version = "0.10.0-rc03" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
}
}
plugins {
id("com.faendir.gradle.bom-version-catalog") version "1.4.6"
id("com.faendir.gradle.bom-version-catalog") version "1.5.1"
}
dependencyResolutionManagement {
repositories {
Expand Down

0 comments on commit 1468750

Please sign in to comment.