Skip to content

Commit 5213677

Browse files
Update tomcat, log4j2, and grpc versions to address CVEs (#1334)
1 parent 9499d64 commit 5213677

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ allprojects {
3434
if (project.hasProperty('ossIndexUsername') && project.hasProperty('ossIndexPassword'))
3535
{
3636
analyzers.ossIndex.username = project.property('ossIndexUsername')
37-
analyzers.ossIndex.password = project.property('ossIndexPassword');
37+
analyzers.ossIndex.password = project.property('ossIndexPassword')
38+
analyzers.ossIndex.url = "https://api.guide.sonatype.com"
3839
}
3940
else
4041
{

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.7
100100
apacheMinaVersion=2.2.5
101101

102102
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
103-
apacheTomcatVersion=11.0.20
103+
apacheTomcatVersion=11.0.21
104104

105105
# (mothership) -> json-path -> json-smart -> accessor-smart
106106
# (core) -> graalvm
@@ -169,7 +169,7 @@ googleProtocolBufVersion=3.25.8
169169
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
170170
gsonVersion=2.8.9
171171

172-
grpcVersion=1.78.0
172+
grpcVersion=1.80.0
173173

174174
guavaVersion=33.5.0-jre
175175

@@ -246,7 +246,7 @@ jxlVersion=2.6.3
246246

247247
kaptchaVersion=2.3
248248

249-
log4j2Version=2.25.3
249+
log4j2Version=2.25.4
250250

251251
lombokVersion=1.18.42
252252

0 commit comments

Comments
 (0)