Skip to content

Commit cd018af

Browse files
committed
Merge branch '3.1.x'
2 parents 8589401 + 7185668 commit cd018af

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ bom {
123123
]
124124
}
125125
}
126-
library("Byte Buddy", "1.14.4") {
126+
library("Byte Buddy", "1.14.5") {
127127
group("net.bytebuddy") {
128128
modules = [
129129
"byte-buddy",
@@ -242,7 +242,7 @@ bom {
242242
]
243243
}
244244
}
245-
library("Dropwizard Metrics", "4.2.18") {
245+
library("Dropwizard Metrics", "4.2.19") {
246246
group("io.dropwizard.metrics") {
247247
imports = [
248248
"metrics-bom"
@@ -299,14 +299,14 @@ bom {
299299
]
300300
}
301301
}
302-
library("Git Commit ID Maven Plugin", "5.0.0") {
302+
library("Git Commit ID Maven Plugin", "5.0.1") {
303303
group("io.github.git-commit-id") {
304304
plugins = [
305305
"git-commit-id-maven-plugin"
306306
]
307307
}
308308
}
309-
library("Glassfish JAXB", "4.0.2") {
309+
library("Glassfish JAXB", "4.0.3") {
310310
group("org.glassfish.jaxb") {
311311
imports = [
312312
"jaxb-bom"
@@ -365,7 +365,7 @@ bom {
365365
]
366366
}
367367
}
368-
library("Hibernate", "6.2.2.Final") {
368+
library("Hibernate", "6.2.4.Final") {
369369
group("org.hibernate.orm") {
370370
modules = [
371371
"hibernate-agroal",
@@ -401,7 +401,7 @@ bom {
401401
]
402402
}
403403
}
404-
library("HSQLDB", "2.7.1") {
404+
library("HSQLDB", "2.7.2") {
405405
group("org.hsqldb") {
406406
modules = [
407407
"hsqldb"
@@ -453,7 +453,7 @@ bom {
453453
]
454454
}
455455
}
456-
library("Infinispan", "14.0.9.Final") {
456+
library("Infinispan", "14.0.10.Final") {
457457
group("org.infinispan") {
458458
imports = [
459459
"infinispan-bom"
@@ -467,7 +467,7 @@ bom {
467467
]
468468
}
469469
}
470-
library("Jackson Bom", "2.15.0") {
470+
library("Jackson Bom", "2.15.2") {
471471
group("com.fasterxml.jackson") {
472472
imports = [
473473
"jackson-bom"
@@ -495,7 +495,7 @@ bom {
495495
]
496496
}
497497
}
498-
library("Jakarta Json", "2.1.1") {
498+
library("Jakarta Json", "2.1.2") {
499499
group("jakarta.json") {
500500
modules = [
501501
"jakarta.json-api"
@@ -509,7 +509,7 @@ bom {
509509
]
510510
}
511511
}
512-
library("Jakarta Mail", "2.1.1") {
512+
library("Jakarta Mail", "2.1.2") {
513513
group("jakarta.mail") {
514514
modules = [
515515
"jakarta.mail-api"
@@ -624,14 +624,14 @@ bom {
624624
]
625625
}
626626
}
627-
library("Jaybird", "5.0.1.java11") {
627+
library("Jaybird", "5.0.2.java11") {
628628
group("org.firebirdsql.jdbc") {
629629
modules = [
630630
"jaybird"
631631
]
632632
}
633633
}
634-
library("JBoss Logging", "3.5.0.Final") {
634+
library("JBoss Logging", "3.5.1.Final") {
635635
group("org.jboss.logging") {
636636
modules = [
637637
"jboss-logging"
@@ -652,7 +652,7 @@ bom {
652652
]
653653
}
654654
}
655-
library("Jersey", "3.1.1") {
655+
library("Jersey", "3.1.2") {
656656
group("org.glassfish.jersey") {
657657
imports = [
658658
"jersey-bom"
@@ -701,7 +701,7 @@ bom {
701701
]
702702
}
703703
}
704-
library("Json-smart", "2.4.10") {
704+
library("Json-smart", "2.4.11") {
705705
group("net.minidev") {
706706
modules = [
707707
"json-smart"
@@ -736,7 +736,7 @@ bom {
736736
]
737737
}
738738
}
739-
library("Kafka", "3.4.0") {
739+
library("Kafka", "3.4.1") {
740740
group("org.apache.kafka") {
741741
modules = [
742742
"connect",
@@ -832,7 +832,7 @@ bom {
832832
]
833833
}
834834
}
835-
library("Lombok", "1.18.26") {
835+
library("Lombok", "1.18.28") {
836836
group("org.projectlombok") {
837837
modules = [
838838
"lombok"
@@ -1051,7 +1051,7 @@ bom {
10511051
]
10521052
}
10531053
}
1054-
library("Netty", "4.1.92.Final") {
1054+
library("Netty", "4.1.93.Final") {
10551055
group("io.netty") {
10561056
imports = [
10571057
"netty-bom"
@@ -1139,14 +1139,14 @@ bom {
11391139
]
11401140
}
11411141
}
1142-
library("R2DBC MSSQL", "1.0.0.RELEASE") {
1142+
library("R2DBC MSSQL", "1.0.1.RELEASE") {
11431143
group ("io.r2dbc") {
11441144
modules = [
11451145
"r2dbc-mssql"
11461146
]
11471147
}
11481148
}
1149-
library("R2DBC MySQL", "1.0.1") {
1149+
library("R2DBC MySQL", "1.0.2") {
11501150
group("io.asyncer") {
11511151
modules = [
11521152
"r2dbc-mysql"
@@ -1167,7 +1167,7 @@ bom {
11671167
]
11681168
}
11691169
}
1170-
library("R2DBC Proxy", "1.1.0.RELEASE") {
1170+
library("R2DBC Proxy", "1.1.1.RELEASE") {
11711171
group("io.r2dbc") {
11721172
modules = [
11731173
"r2dbc-proxy"
@@ -1500,14 +1500,14 @@ bom {
15001500
]
15011501
}
15021502
}
1503-
library("SQLite JDBC", "3.41.2.1") {
1503+
library("SQLite JDBC", "3.41.2.2") {
15041504
group("org.xerial") {
15051505
modules = [
15061506
"sqlite-jdbc"
15071507
]
15081508
}
15091509
}
1510-
library("Testcontainers", "1.18.2") {
1510+
library("Testcontainers", "1.18.3") {
15111511
group("org.testcontainers") {
15121512
imports = [
15131513
"testcontainers-bom"
@@ -1560,14 +1560,14 @@ bom {
15601560
]
15611561
}
15621562
}
1563-
library("UnboundID LDAPSDK", "6.0.8") {
1563+
library("UnboundID LDAPSDK", "6.0.9") {
15641564
group("com.unboundid") {
15651565
modules = [
15661566
"unboundid-ldapsdk"
15671567
]
15681568
}
15691569
}
1570-
library("Undertow", "2.3.6.Final") {
1570+
library("Undertow", "2.3.7.Final") {
15711571
group("io.undertow") {
15721572
modules = [
15731573
"undertow-core",

0 commit comments

Comments
 (0)