File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
spring-boot-autoconfigure Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -224,13 +224,13 @@ dependencies {
224
224
testImplementation(" com.github.h-thurow:simple-jndi" )
225
225
testImplementation(" com.ibm.db2:jcc" )
226
226
testImplementation(" com.jayway.jsonpath:json-path" )
227
+ testImplementation(" com.mysql:mysql-connector-j" )
227
228
testImplementation(" com.squareup.okhttp3:mockwebserver" )
228
229
testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
229
230
testImplementation(" io.projectreactor:reactor-test" )
230
231
testImplementation(" io.r2dbc:r2dbc-h2" )
231
232
testImplementation(" jakarta.json:jakarta.json-api" )
232
233
testImplementation(" jakarta.xml.ws:jakarta.xml.ws-api" )
233
- testImplementation(" mysql:mysql-connector-java" )
234
234
testImplementation(" org.apache.johnzon:johnzon-jsonb" )
235
235
testImplementation(" org.apache.logging.log4j:log4j-to-slf4j" )
236
236
testImplementation(" org.apache.tomcat.embed:tomcat-embed-jasper" )
Original file line number Diff line number Diff line change @@ -1299,7 +1299,14 @@ bom {
1299
1299
]
1300
1300
}
1301
1301
}
1302
- library(" MySQL" , " 8.0.30" ) {
1302
+ library(" MySQL" , " 8.0.31" ) {
1303
+ group(" com.mysql" ) {
1304
+ modules = [
1305
+ " mysql-connector-j" {
1306
+ exclude group : " com.google.protobuf" , module : " protobuf-java"
1307
+ }
1308
+ ]
1309
+ }
1303
1310
group(" mysql" ) {
1304
1311
modules = [
1305
1312
" mysql-connector-java" {
Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ dependencies {
113
113
testImplementation(" com.ibm.db2:jcc" )
114
114
testImplementation(" com.jayway.jsonpath:json-path" )
115
115
testImplementation(" com.microsoft.sqlserver:mssql-jdbc" )
116
+ testImplementation(" com.mysql:mysql-connector-j" )
116
117
testImplementation(" com.squareup.okhttp3:okhttp" )
117
118
testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
118
119
testImplementation(" io.projectreactor:reactor-test" )
119
120
testImplementation(" io.r2dbc:r2dbc-h2" )
120
121
testImplementation(" jakarta.inject:jakarta.inject-api" )
121
122
testImplementation(" jakarta.persistence:jakarta.persistence-api" )
122
123
testImplementation(" jakarta.xml.ws:jakarta.xml.ws-api" )
123
- testImplementation(" mysql:mysql-connector-java" )
124
124
testImplementation(" net.sourceforge.jtds:jtds" )
125
125
testImplementation(" org.apache.derby:derby" )
126
126
testImplementation(" org.awaitility:awaitility" )
You can’t perform that action at this time.
0 commit comments