Skip to content

Commit 607f324

Browse files
Bump the all-deps-minor-and-patch group across 1 directory with 3 updates (#35)
Bumps the all-deps-minor-and-patch group with 3 updates in the / directory: [org.projectlombok:lombok](https://github.com/projectlombok/lombok), [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) and org.owasp.dependencycheck. Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.38...v1.18.42) Updates `org.springframework:spring-test` from 6.2.7 to 6.2.11 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.7...v6.2.11) Updates `org.owasp.dependencycheck` from 12.1.1 to 12.1.6 --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: org.springframework:spring-test dependency-version: 6.2.11 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.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e36446b commit 607f324

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
@@ -10,7 +10,7 @@ buildscript {
1010
plugins {
1111
id 'java'
1212
id 'jacoco'
13-
id "org.owasp.dependencycheck" version "12.1.1"
13+
id "org.owasp.dependencycheck" version "12.1.6"
1414
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
1515
}
1616

@@ -29,7 +29,7 @@ repositories {
2929

3030
dependencies {
3131
// https://mvnrepository.com/artifact/org.projectlombok/lombok
32-
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.38'
32+
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.42'
3333

3434
// https://mvnrepository.com/artifact/org.mock-server/mockserver-netty
3535
implementation ("org.mock-server:mockserver-netty:5.15.0") {
@@ -40,7 +40,7 @@ dependencies {
4040
implementation group: 'org.json', name: 'json', version: '20250517'
4141

4242
// https://mvnrepository.com/artifact/org.springframework/spring-test
43-
implementation group: 'org.springframework', name: 'spring-test', version: '6.2.7'
43+
implementation group: 'org.springframework', name: 'spring-test', version: '6.2.11'
4444

4545
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
4646
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.0'

0 commit comments

Comments
 (0)