Skip to content

Commit 2fec4ba

Browse files
committed
Version updates
Spring Boot, Vaadin, Viritin
1 parent 3dac115 commit 2fec4ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.0.0.RELEASE</version>
8+
<version>2.1.0.RELEASE</version>
99
</parent>
1010

1111
<groupId>com.example</groupId>
@@ -16,7 +16,7 @@
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19-
<version.vaadin>8.3.1</version.vaadin>
19+
<version.vaadin>8.6.0</version.vaadin>
2020
<start-class>crud.Application</start-class>
2121
</properties>
2222

@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.vaadin</groupId>
113113
<artifactId>viritin</artifactId>
114-
<version>2.4</version>
114+
<version>2.8</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.vaadin.teemu</groupId>

0 commit comments

Comments
 (0)