Skip to content

Commit a9df875

Browse files
chore(deps): bump the all-dependencies group with 2 updates
Bumps the all-dependencies group with 2 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.junit:junit-bom` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.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 b51e453 commit a9df875

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
@@ -268,13 +268,13 @@ dependencies {
268268
implementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
269269
implementation 'org.apache.commons:commons-text:1.13.1'
270270

271-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
271+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
272272
// implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
273273

274274
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
275275
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
276276

277-
testImplementation(platform('org.junit:junit-bom:5.13.3'))
277+
testImplementation(platform('org.junit:junit-bom:5.13.4'))
278278
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
279279
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.3', {
280280
exclude group: 'junit', module: 'junit'

0 commit comments

Comments
 (0)