Skip to content

Commit

Permalink
Update dependencies (#940)
Browse files Browse the repository at this point in the history
* Remove dependency on mysql:mysql-connector-java

* Update spring boot version to 3.3.6
  • Loading branch information
KochTobi authored Dec 9, 2024
1 parent 34d82b5 commit dfbfe6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6</version>
</parent>

<repositories>
Expand Down
5 changes: 0 additions & 5 deletions user-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>[8.0.33,)</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down

0 comments on commit dfbfe6b

Please sign in to comment.