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 b0f16bf commit fbbaffcCopy full SHA for fbbaffc
src/test/resources/com/fasterxml/jackson/integtest/gradle/build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
22
// 18-Jul-2025, tatu: Uncomment following (and comment ^^^) to test SNAPSHOT versions
23
implementation(platform("com.fasterxml.jackson:jackson-bom:2.21.0-SNAPSHOT"))
24
- repositories.maven("https://oss.sonatype.org/content/repositories/snapshots")
+ repositories.maven("https://central.sonatype.com/repository/maven-snapshots");
25
}
26
27
repositories.mavenCentral()
0 commit comments