Skip to content

Commit dfbfe6b

Browse files
authored
Update dependencies (#940)
* Remove dependency on mysql:mysql-connector-java * Update spring boot version to 3.3.6
1 parent 34d82b5 commit dfbfe6b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<parent>
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-starter-parent</artifactId>
44-
<version>3.3.5</version>
44+
<version>3.3.6</version>
4545
</parent>
4646

4747
<repositories>

user-interface/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@
131131
<groupId>com.mysql</groupId>
132132
<artifactId>mysql-connector-j</artifactId>
133133
</dependency>
134-
<dependency>
135-
<groupId>mysql</groupId>
136-
<artifactId>mysql-connector-java</artifactId>
137-
<version>[8.0.33,)</version>
138-
</dependency>
139134
<dependency>
140135
<groupId>com.h2database</groupId>
141136
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)