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 cc7362f commit cb3a204Copy full SHA for cb3a204
samples/versions-in-platform/platform/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
dependencies {
7
- api(platform("com.fasterxml.jackson:jackson-bom:2.19.0"))
+ api(platform("com.fasterxml.jackson:jackson-bom:2.19.1"))
8
api(platform("org.junit:junit-bom:5.13.1"))
9
}
10
0 commit comments