We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e731f9 commit 407b720Copy full SHA for 407b720
src/test/resources/tools/jackson/integtest/gradle/build.gradle.kts
@@ -16,10 +16,10 @@ val modulesWithoutGradleMetadata = listOf(
16
)
17
18
dependencies {
19
- implementation(platform("tools.jackson:jackson-bom:+"))
+ //implementation(platform("tools.jackson:jackson-bom:+"))
20
21
// 28-Apr-2023, tatu: Uncomment following (and comment ^^^) to test SNAPSHOT versions
22
- //implementation(platform("tools.jackson:jackson-bom:3.0.1-SNAPSHOT"))
+ implementation(platform("tools.jackson:jackson-bom:3.1.0-SNAPSHOT"))
23
// Need just new Snapshot repo (everything)
24
repositories.maven("https://central.sonatype.com/repository/maven-snapshots");
25
}
0 commit comments