Skip to content

Commit 5c4a920

Browse files
chore(deps): bump the all-dependencies group with 3 updates
Bumps the all-dependencies group with 3 updates: [org.apache.commons:commons-text](https://github.com/apache/commons-text), [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.apache.commons:commons-text` from 1.13.1 to 1.14.0 - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-text@rel/commons-text-1.13.1...rel/commons-text-1.14.0) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) Updates `org.springframework.boot` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef0b3cf commit 5c4a920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'application'
33
id 'java'
44
id 'io.spring.dependency-management' version '1.1.7'
5-
id 'org.springframework.boot' version '3.5.3'
5+
id 'org.springframework.boot' version '3.5.4'
66
id 'jacoco'
77
id 'maven-publish'
88
id "com.github.ben-manes.versions" version "0.52.0"
@@ -266,7 +266,7 @@ dependencies {
266266

267267
implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.5'
268268
implementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
269-
implementation 'org.apache.commons:commons-text:1.13.1'
269+
implementation 'org.apache.commons:commons-text:1.14.0'
270270

271271
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
272272
// implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
@@ -276,7 +276,7 @@ dependencies {
276276

277277
testImplementation(platform('org.junit:junit-bom:5.13.4'))
278278
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
279-
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.3', {
279+
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.4', {
280280
exclude group: 'junit', module: 'junit'
281281
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
282282
}

0 commit comments

Comments
 (0)