Skip to content

Commit

Permalink
Merge pull request #20 from laboratoriobridge/22057_update_thymeleaf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasjoao authored Sep 25, 2024
2 parents 2320ef6 + bd80e7e commit e2d2dfc
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 e2d2dfc

Please sign in to comment.