We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d82b5 commit dfbfe6bCopy full SHA for dfbfe6b
pom.xml
@@ -41,7 +41,7 @@
41
<parent>
42
<groupId>org.springframework.boot</groupId>
43
<artifactId>spring-boot-starter-parent</artifactId>
44
- <version>3.3.5</version>
+ <version>3.3.6</version>
45
</parent>
46
47
<repositories>
user-interface/pom.xml
@@ -131,11 +131,6 @@
131
<groupId>com.mysql</groupId>
132
<artifactId>mysql-connector-j</artifactId>
133
</dependency>
134
- <dependency>
135
- <groupId>mysql</groupId>
136
- <artifactId>mysql-connector-java</artifactId>
137
- <version>[8.0.33,)</version>
138
- </dependency>
139
<dependency>
140
<groupId>com.h2database</groupId>
141
<artifactId>h2</artifactId>
0 commit comments