Skip to content

Commit ef0b3cf

Browse files
Merge pull request #58 from hmcts/dependabot/gradle/all-dependencies-1cc7d4c245
chore(deps): bump the all-dependencies group with 2 updates
2 parents 9f824a1 + c2fae42 commit ef0b3cf

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)