thymeleaf / thymeleaf-spring

Thymeleaf integration module for Spring
http://www.thymeleaf.org
Apache License 2.0
434 stars 156 forks source link

Update pom.xml bump servlet-api version to 4.0.0 #303

Closed eeoun closed 1 year ago

eeoun commented 1 year ago

According to Spring framework 5 release tag source code. Line 16 Here

Spring framwork 5 need at least javax.servlet:javax.servlet-api:4.0.0 bump version.

    provided("javax.servlet:javax.servlet-api:4.0.0")
danielfernandez commented 1 year ago

Please note the thymeleaf-spring5 module for Thymeleaf 3.1 is no longer mantained in this repository, but in https://github.com/thymeleaf/thymeleaf:

https://github.com/thymeleaf/thymeleaf/blob/6516a0d5fdaa94403e25efdb49fbfe96fa52b170/pom.xml#L134

eeoun commented 1 year ago

got it