Skip to content

Commit d1e13e8

Browse files
committed
Upgrade to Netty 4.1.108.Final
Closes gh-40260
1 parent 56c4734 commit d1e13e8

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
@@ -1284,7 +1284,7 @@ bom {
12841284
releaseNotes("https://github.com/mockito/mockito/releases/tag/v{version}")
12851285
}
12861286
}
1287-
library("MongoDB", "5.0.0") {
1287+
library("MongoDB", "5.0.1") {
12881288
group("org.mongodb") {
12891289
modules = [
12901290
"bson",
@@ -1358,7 +1358,7 @@ bom {
13581358
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
13591359
}
13601360
}
1361-
library("Netty", "4.1.107.Final") {
1361+
library("Netty", "4.1.108.Final") {
13621362
group("io.netty") {
13631363
imports = [
13641364
"netty-bom"

0 commit comments

Comments
 (0)