Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion restless/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
testRuntimeOnly project(':listnr')
testRuntimeOnly project(':dreadpool')
testRuntimeOnly 'com.squareup.okhttp3:okhttp:4.5.0'
testImplementation 'com.alibaba:fastjson:1.2.71'
testImplementation 'com.alibaba:fastjson:1.2.72'
}

apply from: "$rootDir/gradle/publishing.gradle"
Expand Down
6 changes: 3 additions & 3 deletions uniform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ dependencies {
java11compatCompileOnly project(':uniform')

// json adapter dependencies
java8compatCompileOnly 'com.alibaba:fastjson:1.2.71'
java8compatCompileOnly 'com.alibaba:fastjson:1.2.72'
java8compatCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
java8compatCompileOnly 'org.json:json:20200518'

implementation 'com.google.flogger:flogger:0.5.1'
java8compatImplementation 'com.google.flogger:flogger:0.5.1'
java11compatImplementation 'com.google.flogger:flogger:0.5.1'

java8compatCompileOnly 'com.alibaba:fastjson:1.2.71'
java8compatCompileOnly 'com.alibaba:fastjson:1.2.72'
java8compatCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
java8compatCompileOnly 'org.json:json:20200518'

testImplementation sourceSets.java8compat.output.classesDirs
testImplementation sourceSets.java11compat.output.classesDirs
testImplementation 'com.alibaba:fastjson:1.2.70'
testImplementation 'com.alibaba:fastjson:1.2.72'
}

apply from: "$rootDir/gradle/publishing.gradle"
Expand Down
2 changes: 1 addition & 1 deletion upd8r/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
dependencies {
api project(":common-util")

implementation 'com.alibaba:fastjson:1.2.71'
implementation 'com.alibaba:fastjson:1.2.72'
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
}

Expand Down
2 changes: 1 addition & 1 deletion varbind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api project(':mutatio')
api project(':spellbind')

testImplementation 'com.alibaba:fastjson:1.2.71'
testImplementation 'com.alibaba:fastjson:1.2.72'
}

compileTestJava {
Expand Down