Skip to content

Commit

Permalink
Use a custom javassist version containing a fix for a race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkurka committed Apr 2, 2021
1 parent d00b72d commit 427b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-core/build.gradle
Expand Up @@ -13,7 +13,7 @@ dependencies {
// Required for h2o-core
compile "joda-time:joda-time:2.9.9"
compile "gov.nist.math:jama:1.0.3"
compile 'org.javassist:javassist:3.27.0-GA'
compile 'org.javassist:javassist:3.27.1-SNAPSHOT'
compile "org.apache.commons:commons-math3:3.3"
compile "commons-io:commons-io:2.4"
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
Expand Down

0 comments on commit 427b623

Please sign in to comment.