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 c9452b7 commit 62383c5Copy full SHA for 62383c5
build.gradle.kts
@@ -1,7 +1,6 @@
1
plugins {
2
kotlin("jvm") version "1.7.10"
3
java
4
- id("io.spring.dependency-management") version "1.0.11.RELEASE"
5
}
6
7
group = "com.fasterxml.jackson"
@@ -11,15 +10,10 @@ repositories {
11
10
mavenCentral()
12
13
14
-dependencyManagement {
15
- imports {
16
- mavenBom("com.fasterxml.jackson:jackson-bom:2.13.2")
17
- }
18
-}
19
-
20
dependencies {
21
implementation(kotlin("stdlib"))
22
implementation(kotlin("reflect"))
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))
23
24
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
25
implementation("com.fasterxml.jackson.core:jackson-databind")
0 commit comments