Skip to content

Commit

Permalink
Pin latest tested vaadin version to 19 (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Aug 7, 2021
1 parent a5513a3 commit 96b9e22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion instrumentation/vaadin-14.2/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@ dependencies {
testInstrumentation(project(":instrumentation:tomcat:tomcat-7.0:javaagent"))

add("vaadin14LatestTestImplementation", "com.vaadin:vaadin-spring-boot-starter:14.+")
add("latestDepTestImplementation", "com.vaadin:vaadin-spring-boot-starter:+")
// Pin latest tested vaadin version to 19
// https://github.com/vaadin/flow/issues/11524
// Update to workbox-build node module broke building javascript, remove this restriction after
// new version of vaadin is released.
add("latestDepTestImplementation", "com.vaadin:vaadin-spring-boot-starter:19.+")
}

0 comments on commit 96b9e22

Please sign in to comment.