Skip to content

Commit bc86bd5

Browse files
committed
update dependencies
Signed-off-by: derveloper <[email protected]>
1 parent 61aa6ee commit bc86bd5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

build.gradle

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
buildscript {
2-
ext.kotlin_version = '1.5.20'
3-
ext.jackson_version = '2.12.3'
4-
52
repositories {
63
mavenCentral()
74
}
85
dependencies {
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
6+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
107
}
118
}
129

@@ -37,7 +34,7 @@ def pomConfig = {
3734
developer {
3835
id "derveloper"
3936
name "Tristan Leo"
40-
37+
4138
}
4239
}
4340

@@ -117,14 +114,14 @@ test {
117114
}
118115

119116
dependencies {
120-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
121-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "$jackson_version"
122-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "$jackson_version"
123-
implementation "com.fasterxml.jackson.module:jackson-module-jsonSchema:$jackson_version"
124-
implementation "com.fasterxml.jackson.datatype:jackson-datatype-json-org:$jackson_version"
117+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21'
118+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.12.3"
119+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.12.3"
120+
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.13.3'
121+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.13.3'
125122
api 'io.swagger.core.v3:swagger-core:2.2.0'
126123
api 'io.swagger.parser.v3:swagger-parser:2.0.32'
127-
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
124+
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.6.21'
128125
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
129126
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
130127
}

0 commit comments

Comments
 (0)