Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
9f4688cf
Commit
9f4688cf
authored
Oct 03, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Thymeleaf 3.0.8.RELEASE
Closes gh-10319
parent
b322b194
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
pom.xml
spring-boot-dependencies/pom.xml
+2
-3
No files found.
spring-boot-dependencies/pom.xml
View file @
9f4688cf
...
...
@@ -187,8 +187,7 @@
<sqlite-jdbc.version>
3.20.0
</sqlite-jdbc.version>
<statsd-client.version>
3.1.0
</statsd-client.version>
<sun-mail.version>
${javax-mail.version}
</sun-mail.version>
<thymeleaf.version>
3.0.7.RELEASE
</thymeleaf.version>
<thymeleaf-spring5.version>
3.0.7.RC1
</thymeleaf-spring5.version>
<thymeleaf.version>
3.0.8.RELEASE
</thymeleaf.version>
<thymeleaf-extras-springsecurity4.version>
3.0.2.RELEASE
</thymeleaf-extras-springsecurity4.version>
<thymeleaf-layout-dialect.version>
2.2.2
</thymeleaf-layout-dialect.version>
<thymeleaf-extras-data-attribute.version>
2.0.1
</thymeleaf-extras-data-attribute.version>
...
...
@@ -2819,7 +2818,7 @@
<dependency>
<groupId>
org.thymeleaf
</groupId>
<artifactId>
thymeleaf-spring5
</artifactId>
<version>
${thymeleaf
-spring5
.version}
</version>
<version>
${thymeleaf.version}
</version>
</dependency>
<dependency>
<groupId>
org.thymeleaf.extras
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment