File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 3.4.4 '
4- springVersion = ' 6.2.5 '
5- jacksonVersion = ' 2.18.3 '
3+ springBootVersion = ' 3.4.5 '
4+ springVersion = ' 6.2.6 '
5+ jacksonVersion = ' 2.19.0 '
66 mockitoVersion = ' 5.2.+'
77 retrofitVersion = ' 2.11.0'
88 }
@@ -13,7 +13,7 @@ buildscript {
1313
1414plugins {
1515 id ' java'
16- id " org.owasp.dependencycheck" version " 12.1.0 "
16+ id " org.owasp.dependencycheck" version " 12.1.1 "
1717 id " io.freefair.lombok" version " 8.13.1"
1818 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
1919}
@@ -38,7 +38,7 @@ repositories {
3838
3939dependencies {
4040 // https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-catalina
41- compileOnly group : ' org.apache.tomcat' , name : ' tomcat-catalina' , version : ' 10.1.39 '
41+ compileOnly group : ' org.apache.tomcat' , name : ' tomcat-catalina' , version : ' 10.1.40 '
4242
4343 // https://mvnrepository.com/artifact/org.springframework/spring-webmvc
4444 compileOnly group : ' org.springframework' , name : ' spring-webmvc' , version : " ${ springVersion} "
You can’t perform that action at this time.
0 commit comments