Skip to content

Commit 9d0061b

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents af73648 + f66159e commit 9d0061b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ bom {
158158
releaseNotes("https://github.com/cache2k/cache2k/releases/tag/v{version}")
159159
}
160160
}
161-
library("Caffeine", "3.2.0") {
161+
library("Caffeine", "3.2.1") {
162162
group("com.github.ben-manes.caffeine") {
163163
modules = [
164164
"caffeine",
@@ -1547,7 +1547,7 @@ bom {
15471547
releaseNotes("https://github.com/mockito/mockito/releases/tag/v{version}")
15481548
}
15491549
}
1550-
library("MongoDB", "5.5.0") {
1550+
library("MongoDB", "5.5.1") {
15511551
alignWith {
15521552
version {
15531553
of "org.mongodb:mongodb-driver-core"

0 commit comments

Comments
 (0)