Skip to content

Commit fbbaffc

Browse files
committed
Fix snapshot repo ref
1 parent b0f16bf commit fbbaffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/com/fasterxml/jackson/integtest/gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121

2222
// 18-Jul-2025, tatu: Uncomment following (and comment ^^^) to test SNAPSHOT versions
2323
implementation(platform("com.fasterxml.jackson:jackson-bom:2.21.0-SNAPSHOT"))
24-
repositories.maven("https://oss.sonatype.org/content/repositories/snapshots")
24+
repositories.maven("https://central.sonatype.com/repository/maven-snapshots");
2525
}
2626

2727
repositories.mavenCentral()

0 commit comments

Comments
 (0)