Skip to content

Commit ae90d7c

Browse files
Bump the all-deps-minor-and-patch group with 3 updates
Bumps the all-deps-minor-and-patch group with 3 updates: org.apache.tomcat:tomcat-catalina, org.owasp.dependencycheck and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `org.apache.tomcat:tomcat-catalina` from 10.1.48 to 10.1.49 Updates `org.owasp.dependencycheck` from 12.1.8 to 12.1.9 Updates `io.freefair.lombok` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@9.0.0...9.1.0) --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-catalina dependency-version: 10.1.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: org.owasp.dependencycheck dependency-version: 12.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: io.freefair.lombok dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 487015d commit ae90d7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎build.gradle‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ buildscript {
1313

1414
plugins {
1515
id 'java'
16-
id "org.owasp.dependencycheck" version "12.1.8"
17-
id "io.freefair.lombok" version "9.0.0"
16+
id "org.owasp.dependencycheck" version "12.1.9"
17+
id "io.freefair.lombok" version "9.1.0"
1818
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
1919
}
2020

@@ -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.48'
41+
compileOnly group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '10.1.49'
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)