File tree 3 files changed +10
-3
lines changed
spring-boot-autoconfigure
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,14 @@ dependencies {
214
214
testImplementation(" com.github.h-thurow:simple-jndi" )
215
215
testImplementation(" com.ibm.db2:jcc" )
216
216
testImplementation(" com.jayway.jsonpath:json-path" )
217
+ testImplementation(" com.mysql:mysql-connector-j" )
217
218
testImplementation(" com.querydsl:querydsl-core" )
218
219
testImplementation(" com.squareup.okhttp3:mockwebserver" )
219
220
testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
220
221
testImplementation(" io.projectreactor:reactor-test" )
221
222
testImplementation(" io.r2dbc:r2dbc-h2" )
222
223
testImplementation(" jakarta.json:jakarta.json-api" )
223
224
testImplementation(" jakarta.xml.ws:jakarta.xml.ws-api" )
224
- testImplementation(" mysql:mysql-connector-java" )
225
225
testImplementation(" org.apache.logging.log4j:log4j-to-slf4j" )
226
226
testImplementation(" org.apache.tomcat.embed:tomcat-embed-jasper" )
227
227
testImplementation(" org.assertj:assertj-core" )
Original file line number Diff line number Diff line change @@ -1070,7 +1070,14 @@ bom {
1070
1070
]
1071
1071
}
1072
1072
}
1073
- library(" MySQL" , " 8.0.30" ) {
1073
+ library(" MySQL" , " 8.0.31" ) {
1074
+ group(" com.mysql" ) {
1075
+ modules = [
1076
+ " mysql-connector-j" {
1077
+ exclude group : " com.google.protobuf" , module : " protobuf-java"
1078
+ }
1079
+ ]
1080
+ }
1074
1081
group(" mysql" ) {
1075
1082
modules = [
1076
1083
" mysql-connector-java" {
Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ dependencies {
106
106
testImplementation(" com.ibm.db2:jcc" )
107
107
testImplementation(" com.jayway.jsonpath:json-path" )
108
108
testImplementation(" com.microsoft.sqlserver:mssql-jdbc" )
109
+ testImplementation(" com.mysql:mysql-connector-j" )
109
110
testImplementation(" com.squareup.okhttp3:okhttp" )
110
111
testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
111
112
testImplementation(" io.projectreactor:reactor-test" )
112
113
testImplementation(" io.r2dbc:r2dbc-h2" )
113
114
testImplementation(" jakarta.inject:jakarta.inject-api" )
114
115
testImplementation(" jakarta.xml.ws:jakarta.xml.ws-api" )
115
- testImplementation(" mysql:mysql-connector-java" )
116
116
testImplementation(" net.sourceforge.jtds:jtds" )
117
117
testImplementation(" org.apache.derby:derby" )
118
118
testImplementation(" org.apache.derby:derbytools" )
You can’t perform that action at this time.
0 commit comments