Skip to content

Commit

Permalink
SAK-45102 Update Thymeleaf 3.0.12 (sakaiproject#9053)
Browse files Browse the repository at this point in the history
  • Loading branch information
axxter99 authored Mar 3, 2021
1 parent d7c520d commit e79a33a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cloud-storage/googledrive/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cloud-storage/onedrive/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand Down
5 changes: 3 additions & 2 deletions dashboard/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -59,12 +60,12 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.11.RELEASE</version>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>3.0.11.RELEASE</version>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
Expand Down
2 changes: 1 addition & 1 deletion rubrics/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<start-class>org.sakaiproject.rubrics.RubricsApplication</start-class>
<rest.assured.version>3.1.1</rest.assured.version>
<spring.boot.version>2.2.1.RELEASE</spring.boot.version>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion site-manage/datemanager/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion site-manage/site-group-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion site/sakai-message-bundle-manager-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.10.RELEASE</thymeleaf.version>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e79a33a

Please sign in to comment.