We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21068a5 commit f24afd9Copy full SHA for f24afd9
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1370,21 +1370,14 @@ bom {
1370
]
1371
}
1372
1373
- library("MySQL", "8.0.31") {
+ library("MySQL", "8.0.32") {
1374
group("com.mysql") {
1375
modules = [
1376
"mysql-connector-j" {
1377
exclude group: "com.google.protobuf", module: "protobuf-java"
1378
1379
1380
1381
- group("mysql") {
1382
- modules = [
1383
- "mysql-connector-java" {
1384
- exclude group: "com.google.protobuf", module: "protobuf-java"
1385
- }
1386
- ]
1387
1388
1389
library("NekoHTML", "1.9.22") {
1390
group("net.sourceforge.nekohtml") {
0 commit comments