@@ -118,15 +118,15 @@ def customJRubyDir = project.hasProperty("custom.jruby.path") ? project.property
118
118
def customJRubyVersion = customJRubyDir == " " ? " " : Files . readAllLines(Paths . get(customJRubyDir, " VERSION" )). get(0 ). trim()
119
119
120
120
dependencies {
121
- compile ' org.apache.logging.log4j:log4j-api:2.9 .1'
122
- compile ' org.apache.logging.log4j:log4j-core:2.9 .1'
123
- runtime ' org.apache.logging.log4j:log4j-slf4j-impl:2.9 .1'
121
+ compile ' org.apache.logging.log4j:log4j-api:2.11 .1'
122
+ compile ' org.apache.logging.log4j:log4j-core:2.11 .1'
123
+ runtime ' org.apache.logging.log4j:log4j-slf4j-impl:2.11 .1'
124
124
compile ' commons-codec:commons-codec:1.11'
125
125
// Jackson version moved to versions.yml in the project root (the JrJackson version is there too)
126
126
compile " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
127
127
compile " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
128
128
compile " com.fasterxml.jackson.core:jackson-annotations:${ jacksonVersion} "
129
- compile ' org.codehaus.janino:janino:3.0.8 '
129
+ compile ' org.codehaus.janino:janino:3.0.11 '
130
130
compile " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ jacksonVersion} "
131
131
if (customJRubyDir == " " ) {
132
132
compile " org.jruby:jruby-complete:${ jrubyVersion} "
@@ -139,11 +139,11 @@ dependencies {
139
139
compile(' com.google.googlejavaformat:google-java-format:1.1' ) {
140
140
exclude group : ' com.google.guava' , module : ' guava'
141
141
}
142
- compile ' org.javassist:javassist:3.22 .0-GA'
142
+ compile ' org.javassist:javassist:3.24 .0-GA'
143
143
compile ' com.google.guava:guava:20.0'
144
- testCompile ' org.apache.logging.log4j:log4j-core:2.9 .1:tests'
144
+ testCompile ' org.apache.logging.log4j:log4j-core:2.11 .1:tests'
145
145
testCompile ' junit:junit:4.12'
146
- testCompile ' net.javacrumbs.json-unit:json-unit:1.9 .0'
146
+ testCompile ' net.javacrumbs.json-unit:json-unit:2.3 .0'
147
147
testCompile ' org.elasticsearch:securemock:1.2'
148
- testCompile ' org.assertj:assertj-core:3.8.0 '
148
+ testCompile ' org.assertj:assertj-core:3.11.1 '
149
149
}
0 commit comments