Skip to content

Commit 1f65225

Browse files
committed
Merge branch 'main' into dev/connection-impl
2 parents dca7a26 + c811381 commit 1f65225

File tree

2 files changed

+2
-151
lines changed

2 files changed

+2
-151
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.2'
271+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
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.4'))
277+
testImplementation(platform('org.junit:junit-bom:5.13.3'))
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'

src/main/resources/a.json

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)