Skip to content

Commit 3f4cff5

Browse files
Update Jackson version (#10)
* Update Jackson version * Bump up kotest version, repair tests
1 parent dc3d688 commit 3f4cff5

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
2+
id 'org.jetbrains.kotlin.jvm' version '1.4.32'
33
id 'jacoco'
4-
id 'com.gradle.build-scan' version '1.16'
5-
// id 'com.gradle.build-scan' version '3.3.4'
4+
id 'com.gradle.build-scan' version '3.3.4'
65
id 'maven-publish'
76
id 'signing'
87
}
98

109
ext {
1110
publishBuildScan = false
1211
snapshotVersion = true
13-
jacksonVersion = '2.11.0'
12+
jacksonVersion = '2.13.1'
1413
}
1514

1615
group 'com.nfeld.jsonpathkt'

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

tests_codecov.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
ext {
33
readmeFormat = false // pass -DreadmeFormat to format benchmark results to update readme
4-
kotestVersion = '4.1.0.RC2'
4+
kotestVersion = '4.6.4'
55
}
66

77
dependencies {
@@ -68,7 +68,6 @@ test {
6868

6969
doFirst {
7070
filter {
71-
includeTestsMatching("com.nfeld.jsonpathkt.*")
7271
exclude(
7372
"com/nfeld/jsonpathkt/BenchmarkTest.class",
7473
"com/nfeld/jsonpathkt/PerfTest.class"

0 commit comments

Comments
 (0)