Limit vaadin 14 latest dep version (#12025)
This commit is contained in:
parent
4ba7a065cc
commit
23a110ed74
|
@ -59,7 +59,8 @@ testing {
|
|||
val vaadin14LatestTest by registering(JvmTestSuite::class) {
|
||||
dependencies {
|
||||
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.+")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue