Skip to content

Commit

Permalink
updating thymeleaf
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Petroski committed Sep 9, 2024
1 parent 2320ef6 commit bd80e7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,17 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.11.RELEASE</version>
<version>3.1.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
<version>3.0.1.RELEASE</version>
<version>3.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.18.0-rc1</version>
</dependency>
<dependency>
<groupId>br.ufsc.bridge</groupId>
Expand Down

0 comments on commit bd80e7e

Please sign in to comment.