Skip to content

Commit 66b122d

Browse files
chore(deps): bump spring-boot-dependencies, netty-bom, tomcat-embed-core, spring-beans in /hiero-dependency-versions (#2431)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com> Co-authored-by: PavelSBorisov <pavel.s.borisov@gmail.com>
1 parent 3c1f5b6 commit 66b122d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

hiero-dependency-versions/build.gradle.kts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ val slf4j = "2.0.17"
1515
val mockito = "5.18.0"
1616

1717
dependencies {
18-
api(platform("org.springframework.boot:spring-boot-dependencies:3.5.3"))
19-
api(platform("io.netty:netty-bom:4.2.3.Final"))
18+
api(platform("org.springframework.boot:spring-boot-dependencies:3.5.4"))
19+
api(platform("io.netty:netty-bom:4.2.4.Final"))
2020
}
2121

2222
dependencies.constraints {
@@ -38,8 +38,12 @@ dependencies.constraints {
3838
api("org.slf4j:slf4j-api:$slf4j") { because("org.slf4j") }
3939
api("org.slf4j:slf4j-simple:$slf4j") { because("org.slf4j.simple") }
4040
// Temporary workaround, remove when a new version of spring-boot-dependencies is released
41-
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.43") {
42-
because("Temporary fix for vulnerability: SNYK-JAVA-ORGAPACHETOMCATEMBED-10674391")
41+
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.44") {
42+
because("Temporary fix for vulnerability: SNYK-JAVA-ORGAPACHETOMCATEMBED-11799152")
43+
}
44+
// Temporary workaround, remove when a new version of spring-boot-dependencies is released
45+
api("org.springframework:spring-beans:6.2.10") {
46+
because("Temporary fix for vulnerability: SNYK-JAVA-ORGSPRINGFRAMEWORK-12008931")
4347
}
4448

4549
// Testing

0 commit comments

Comments
 (0)