BAEL-1285: Update Jackson articles (#3623)

* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add

* BAEL-976: Update spring version

* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)

* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple

* BAEL-1285: Update Jackson articles

* BAEL-1273: implement both MVC and Rest approach to serve RSS content
This commit is contained in:
Dassi orleando
2018-02-09 22:25:13 +01:00
committed by maibin
parent 65267041c3
commit d4522c7c16
6 changed files with 85 additions and 9 deletions

View File

@@ -297,7 +297,7 @@
<org.springframework.version>4.3.4.RELEASE</org.springframework.version>
<org.springframework.security.version>4.2.0.RELEASE</org.springframework.security.version>
<thymeleaf.version>2.1.5.RELEASE</thymeleaf.version>
<jackson.version>2.8.5</jackson.version>
<jackson.version>2.9.4</jackson.version>
<!-- persistence -->
<hibernate.version>5.2.5.Final</hibernate.version>