Skip to content

Commit

Permalink
SAK-46614 Update Thymeleaf 3.0.13 (sakaiproject#10054)
Browse files Browse the repository at this point in the history
* SAK-46614 Update Thymeleaf 3.0.13

* SAK-46614 Update Thymeleaf 3.0.13
  • Loading branch information
axxter99 authored Nov 30, 2021
1 parent 2f4d712 commit c9d89e7
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 37 deletions.
3 changes: 0 additions & 3 deletions cloud-storage/googledrive/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<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 @@ -47,12 +46,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<!-- we are running a webapp in a servlet container so we need the servlet API -->
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions cloud-storage/onedrive/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand All @@ -42,12 +41,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<!-- we are running a webapp in a servlet container so we need the servlet API -->
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions dashboard/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<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 @@ -60,12 +59,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
Expand Down
3 changes: 0 additions & 3 deletions emailtemplateservice/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand All @@ -50,12 +49,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
3 changes: 0 additions & 3 deletions mailsender/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>
<build>
<resources>
Expand Down Expand Up @@ -81,12 +80,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<sakai.spring.plugin.version>2.0.0.RELEASE</sakai.spring.plugin.version>
<sakai.tika.version>1.27</sakai.tika.version>
<sakai.tomcat.version>9.0.55</sakai.tomcat.version>
<sakai.thymeleaf.version>3.0.12.RELEASE</sakai.thymeleaf.version>
<sakai.thymeleaf.version>3.0.13.RELEASE</sakai.thymeleaf.version>
<sakai.velocity.version>1.6.4</sakai.velocity.version>
<sakai.xerces.impl.version>2.12.1</sakai.xerces.impl.version>
<sakai.xerces.api.version>2.6.2</sakai.xerces.api.version>
Expand Down
3 changes: 0 additions & 3 deletions postem/postem-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<developers>
Expand All @@ -39,12 +38,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<!-- we are running a webapp in a servlet container so we need the servlet API -->
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions reset-pass/account-validator-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<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 @@ -44,12 +43,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
3 changes: 0 additions & 3 deletions reset-pass/reset-pass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand All @@ -41,12 +40,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
3 changes: 0 additions & 3 deletions rubrics/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<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.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -120,12 +119,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<!-- Spring AOP -->
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions site-manage/datemanager/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<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 @@ -52,12 +51,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<!-- we are running a webapp in a servlet container so we need the servlet API -->
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions site-manage/site-group-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<developers>
Expand Down Expand Up @@ -49,12 +48,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
3 changes: 0 additions & 3 deletions site/sakai-message-bundle-manager-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
</properties>

<dependencies>
Expand All @@ -41,12 +40,10 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit c9d89e7

Please sign in to comment.