Skip to content

Commit

Permalink
Upgrade kryo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Aug 31, 2022
1 parent 9c273c4 commit 1e48429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ configurations.all {
// via Picard, etc.
force googleCloudNioDependency

force 'com.esotericsoftware:kryo:5.3.0'

// // hadoop uses an old jetty that doesn't like the new java version numbering scheme
// force 'org.eclipse.jetty:jetty-servlet:10.0.2'
}
Expand Down Expand Up @@ -347,7 +349,7 @@ dependencies {
implementation('com.github.fommil.netlib:netlib-native_system-osx-x86_64:1.1:natives')

// Dependency change for including MLLib
implementation('com.esotericsoftware:kryo:3.0.3'){
implementation('com.esotericsoftware:kryo:5.3.0'){
exclude group: 'com.esotericsoftware', module: 'reflectasm'
exclude group: 'org.ow2.asm', module: 'asm'
}
Expand Down

0 comments on commit 1e48429

Please sign in to comment.