Skip to content

Commit e79f21f

Browse files
build(deps): bump the java-dependencies group with 2 updates
Bumps the java-dependencies group with 2 updates: [org.projectlombok:lombok](https://github.com/projectlombok/lombok) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.projectlombok:lombok` from 1.18.40 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.40...v1.18.42) Updates `org.springframework.boot` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.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: java-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b77f9e commit e79f21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.5'
3+
id 'org.springframework.boot' version '3.5.6'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'jacoco'
66
id 'info.solidsoft.pitest' version '1.15.0'
@@ -25,7 +25,7 @@ repositories {
2525

2626
ext {
2727
mapstructVersion = "1.6.3"
28-
lombokVersion = "1.18.40"
28+
lombokVersion = "1.18.42"
2929
wireMockVersion = "3.13.1"
3030
ioCucumberVersion = "7.28.2"
3131
springDocVersion = "2.8.13"

0 commit comments

Comments
 (0)