Skip to content

Commit

Permalink
Merge pull request #48 from Tynab/develop
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
Tynab authored Jan 14, 2025
2 parents 5045f3f + 02d0af4 commit fe8211f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,16 @@
<artifactId>logback-core</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
<version>3.1.3.RELEASE</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fe8211f

Please sign in to comment.