Skip to content

Commit 407b720

Browse files
committed
...
1 parent 0e731f9 commit 407b720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/tools/jackson/integtest/gradle/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ val modulesWithoutGradleMetadata = listOf(
1616
)
1717

1818
dependencies {
19-
implementation(platform("tools.jackson:jackson-bom:+"))
19+
//implementation(platform("tools.jackson:jackson-bom:+"))
2020

2121
// 28-Apr-2023, tatu: Uncomment following (and comment ^^^) to test SNAPSHOT versions
22-
//implementation(platform("tools.jackson:jackson-bom:3.0.1-SNAPSHOT"))
22+
implementation(platform("tools.jackson:jackson-bom:3.1.0-SNAPSHOT"))
2323
// Need just new Snapshot repo (everything)
2424
repositories.maven("https://central.sonatype.com/repository/maven-snapshots");
2525
}

0 commit comments

Comments
 (0)