Skip to content

Commit

Permalink
Upgraded to protostuff 1.8.0. (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
(cherry picked from commit 651bcae)
  • Loading branch information
dblock authored and github-actions[bot] committed Mar 15, 2022
1 parent d450f1c commit b7b9e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ dependencies {
compile files('lib/randomcutforest-core-2.0.1.jar')

// used for serializing/deserializing rcf models.
compile group: 'io.protostuff', name: 'protostuff-core', version: '1.7.4'
compile group: 'io.protostuff', name: 'protostuff-runtime', version: '1.7.4'
compile group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0'
compile group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'

compile "org.jacoco:org.jacoco.agent:0.8.5"
Expand Down

0 comments on commit b7b9e99

Please sign in to comment.