Skip to content

Commit bca9c28

Browse files
Bump the all-deps-minor-and-patch group with 13 updates (#45)
1 parent 2cbc8da commit bca9c28

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
buildscript {
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

1414
plugins {
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

3939
dependencies {
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}"

0 commit comments

Comments
 (0)