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 {
231231 testImplementation(" com.github.h-thurow:simple-jndi" )
232232 testImplementation(" com.ibm.db2:jcc" )
233233 testImplementation(" com.jayway.jsonpath:json-path" )
234+ testImplementation(" com.mysql:mysql-connector-j" )
234235 testImplementation(" com.querydsl:querydsl-core" )
235236 testImplementation(" com.squareup.okhttp3:mockwebserver" )
236237 testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
237238 testImplementation(" io.projectreactor:reactor-test" )
238239 testImplementation(" io.r2dbc:r2dbc-h2" )
239240 testImplementation(" jakarta.json:jakarta.json-api" )
240241 testImplementation(" jakarta.xml.ws:jakarta.xml.ws-api" )
241- testImplementation(" mysql:mysql-connector-java" )
242242 testImplementation(" org.apache.johnzon:johnzon-jsonb" )
243243 testImplementation(" org.apache.logging.log4j:log4j-to-slf4j" )
244244 testImplementation(" org.apache.tomcat.embed:tomcat-embed-jasper" )
Original file line number Diff line number Diff line change @@ -1321,7 +1321,14 @@ bom {
13211321 ]
13221322 }
13231323 }
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+ }
13251332 group(" mysql" ) {
13261333 modules = [
13271334 " mysql-connector-java" {
Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ dependencies {
113113 testImplementation(" com.ibm.db2:jcc" )
114114 testImplementation(" com.jayway.jsonpath:json-path" )
115115 testImplementation(" com.microsoft.sqlserver:mssql-jdbc" )
116+ testImplementation(" com.mysql:mysql-connector-j" )
116117 testImplementation(" com.squareup.okhttp3:okhttp" )
117118 testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
118119 testImplementation(" io.projectreactor:reactor-test" )
119120 testImplementation(" io.r2dbc:r2dbc-h2" )
120121 testImplementation(" jakarta.inject:jakarta.inject-api" )
121122 testImplementation(" jakarta.persistence:jakarta.persistence-api" )
122123 testImplementation(" jakarta.xml.ws:jakarta.xml.ws-api" )
123- testImplementation(" mysql:mysql-connector-java" )
124124 testImplementation(" net.sourceforge.jtds:jtds" )
125125 testImplementation(" org.apache.derby:derby" )
126126 testImplementation(" org.awaitility:awaitility" )
You can’t perform that action at this time.
0 commit comments