Skip to content

Commit

Permalink
Update flow to 9.1.5 (#4385)
Browse files Browse the repository at this point in the history
* Update flow to 9.1.5

* test: update webdrivermanager (#4389)

* update webdrivermanager

* exclude jna dependency from webdrivermanager

---------

Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
vaadin-bot and ZheSun88 authored Aug 11, 2023
1 parent 45a5443 commit f8a86c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion vaadin-platform-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,19 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>4.4.3</version>
<version>5.0.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"npmName": "@vaadin/field-base"
},
"flow": {
"javaVersion": "9.1.4"
"javaVersion": "9.1.5"
},
"flow-cdi": {
"javaVersion": "13.1.1"
Expand Down

0 comments on commit f8a86c3

Please sign in to comment.