Limit vaadin 14 latest dep version (#12025)

This commit is contained in:
Lauri Tulmin 2024-08-15 17:03:26 +03:00 committed by GitHub
parent 4ba7a065cc
commit 23a110ed74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ testing {
val vaadin14LatestTest by registering(JvmTestSuite::class) { val vaadin14LatestTest by registering(JvmTestSuite::class) {
dependencies { dependencies {
implementation(project(":instrumentation:vaadin-14.2:testing")) implementation(project(":instrumentation:vaadin-14.2:testing"))
implementation("com.vaadin:vaadin-spring-boot-starter:14.+") // 14.12 requires license
implementation("com.vaadin:vaadin-spring-boot-starter:14.11.+")
} }
} }