Upgrade to AspectJ 1.9.3, Mockito 2.27, OpenPDF 1.2.16, POI 4.1
This commit is contained in:
parent
bd2c213b47
commit
49557471a9
|
@ -28,7 +28,7 @@ ext {
|
|||
!it.name.equals("spring-build-src") && !it.name.equals("spring-framework-bom")
|
||||
}
|
||||
|
||||
aspectjVersion = "1.9.2"
|
||||
aspectjVersion = "1.9.3"
|
||||
freemarkerVersion = "2.3.28"
|
||||
groovyVersion = "2.5.6"
|
||||
hsqldbVersion = "2.4.1"
|
||||
|
@ -157,7 +157,7 @@ configure(allprojects) { project ->
|
|||
testCompile("junit:junit:4.12") {
|
||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||
}
|
||||
testCompile("org.mockito:mockito-core:2.26.0") {
|
||||
testCompile("org.mockito:mockito-core:2.27.0") {
|
||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||
}
|
||||
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
|
||||
|
|
|
@ -23,8 +23,8 @@ dependencies {
|
|||
optional("javax.xml.bind:jaxb-api:2.3.1")
|
||||
optional("org.webjars:webjars-locator-core:0.37")
|
||||
optional("com.rometools:rome:1.12.0")
|
||||
optional("com.github.librepdf:openpdf:1.2.12")
|
||||
optional("org.apache.poi:poi-ooxml:4.0.1")
|
||||
optional("com.github.librepdf:openpdf:1.2.16")
|
||||
optional("org.apache.poi:poi-ooxml:4.1.0")
|
||||
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
||||
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
|
||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
|
||||
|
|
Loading…
Reference in New Issue