Skip to content

Commit 6baa932

Browse files
committed
update artifacts
1 parent 1cabc44 commit 6baa932

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1717
<java.version>1.8</java.version>
18-
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
18+
<spring-boot.version>1.5.9.RELEASE</spring-boot.version>
1919
<start-class>org.mvnsearch.web.DemoApp</start-class>
20-
<kotlin.version>1.1.3-2</kotlin.version>
21-
<thymeleaf.version>3.0.7.RELEASE</thymeleaf.version>
20+
<kotlin.version>1.2.10</kotlin.version>
21+
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
2222
<thymeleaf-layout-dialect.version>2.2.1</thymeleaf-layout-dialect.version>
2323
<thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version>
2424
<thymeleaf-extras-java8time.version>3.0.0.RELEASE</thymeleaf-extras-java8time.version>
@@ -84,12 +84,12 @@
8484
<dependency>
8585
<groupId>org.webjars</groupId>
8686
<artifactId>bootstrap</artifactId>
87-
<version>4.0.0-alpha.6-1</version>
87+
<version>4.0.0-beta.3</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.webjars</groupId>
9191
<artifactId>jquery</artifactId>
92-
<version>3.1.1-1</version>
92+
<version>3.2.1</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)