File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.7
100100apacheMinaVersion =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
170170gsonVersion =2.8.9
171171
172- grpcVersion =1.78 .0
172+ grpcVersion =1.80 .0
173173
174174guavaVersion =33.5.0-jre
175175
@@ -246,7 +246,7 @@ jxlVersion=2.6.3
246246
247247kaptchaVersion =2.3
248248
249- log4j2Version =2.25.3
249+ log4j2Version =2.25.4
250250
251251lombokVersion =1.18.42
252252
You can’t perform that action at this time.
0 commit comments