Skip to content

Commit

Permalink
chore: update spring-boot to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Dec 16, 2021
1 parent bb5ff2c commit e46043b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<!-- These are typically overridden with BOMs -->
<vaadin.flow.version>10.0-SNAPSHOT</vaadin.flow.version>
<spring-boot.version>2.5.7</spring-boot.version>
<spring-boot.version>2.6.2-SNAPSHOT</spring-boot.version>

<!-- Additional manifest fields -->
<Vaadin-License-Title>Apache License 2.0</Vaadin-License-Title>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
concurrent running of test modules. -->
<server.port>8888</server.port>
<server.stop.port>8889</server.stop.port>
<jetty.version>9.4.9.v20180320</jetty.version>
<jetty.version>9.4.21.v20190926</jetty.version>
<maven.failsafe.plugin.version>3.0.0-M1</maven.failsafe.plugin.version>
<driver.binary.downloader.maven.plugin.version>1.0.14
</driver.binary.downloader.maven.plugin.version>
Expand Down

0 comments on commit e46043b

Please sign in to comment.