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 e2c906a commit 96c49c7Copy full SHA for 96c49c7
src/test/resources/tools/jackson/integtest/gradle/build.gradle.kts
@@ -23,8 +23,8 @@ dependencies {
23
// |
24
// V
25
26
- implementation(platform("tools.jackson:jackson-bom:+"))
27
- //implementation(platform("tools.jackson:jackson-bom:3.1.0-SNAPSHOT"))
+ // implementation(platform("tools.jackson:jackson-bom:+"))
+ implementation(platform("tools.jackson:jackson-bom:3.1.0-SNAPSHOT"))
28
29
// Need just new Snapshot repo (everything)
30
repositories.maven("https://central.sonatype.com/repository/maven-snapshots");
0 commit comments