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 @@ -231,14 +231,14 @@ dependencies {
231
231
testImplementation(" com.github.h-thurow:simple-jndi" )
232
232
testImplementation(" com.ibm.db2:jcc" )
233
233
testImplementation(" com.jayway.jsonpath:json-path" )
234
+ testImplementation(" com.mysql:mysql-connector-j" )
234
235
testImplementation(" com.querydsl:querydsl-core" )
235
236
testImplementation(" com.squareup.okhttp3:mockwebserver" )
236
237
testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
237
238
testImplementation(" io.projectreactor:reactor-test" )
238
239
testImplementation(" io.r2dbc:r2dbc-h2" )
239
240
testImplementation(" jakarta.json:jakarta.json-api" )
240
241
testImplementation(" jakarta.xml.ws:jakarta.xml.ws-api" )
241
- testImplementation(" mysql:mysql-connector-java" )
242
242
testImplementation(" org.apache.johnzon:johnzon-jsonb" )
243
243
testImplementation(" org.apache.logging.log4j:log4j-to-slf4j" )
244
244
testImplementation(" org.apache.tomcat.embed:tomcat-embed-jasper" )
Original file line number Diff line number Diff line change @@ -1321,7 +1321,14 @@ bom {
1321
1321
]
1322
1322
}
1323
1323
}
1324
- library(" MySQL" , " 8.0.30" ) {
1324
+ library(" MySQL" , " 8.0.31" ) {
1325
+ group(" com.mysql" ) {
1326
+ modules = [
1327
+ " mysql-connector-j" {
1328
+ exclude group : " com.google.protobuf" , module : " protobuf-java"
1329
+ }
1330
+ ]
1331
+ }
1325
1332
group(" mysql" ) {
1326
1333
modules = [
1327
1334
" 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