Skip to content

Commit

Permalink
Merge pull request #31 from GomorrhaDev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Huskehhh authored Sep 18, 2023
2 parents 63040a0 + c53ae5b commit ec7941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.25</version>
<version>8.0.33</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit ec7941c

Please sign in to comment.