Skip to content

Commit

Permalink
test: Upgrade polymer components version (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati authored Aug 9, 2023
1 parent 8b814ea commit c6b5b31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vaadin-spring-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<driver.binary.downloader.maven.plugin.version>1.0.14
</driver.binary.downloader.maven.plugin.version>
<maven.war.plugin.version>3.1.0</maven.war.plugin.version>
<vaadin.version>22.0-SNAPSHOT</vaadin.version>
<vaadin.version>22.1-SNAPSHOT</vaadin.version>
<testbench.version>7.0.3</testbench.version>
<okhttp.version>3.11.0</okhttp.version>
</properties>
Expand Down
1 change: 1 addition & 0 deletions vaadin-spring-tests/test-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<artifactId>vaadin-test-spring-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
</artifactItem>
</artifactItems>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @see com.vaadin.flow.spring.test.DoubleNpmAnnotationView
*/
@NpmPackage(value = "@polymer/paper-input", version = "3.0.2")
@NpmPackage(value = "@polymer/paper-checkbox", version = "3.0.1")
@NpmPackage(value = "@polymer/paper-input", version = "3.2.1")
@NpmPackage(value = "@polymer/paper-checkbox", version = "3.1.0")
public class DoubleNpmAnnotationHolder {
}

0 comments on commit c6b5b31

Please sign in to comment.