More dep updates (#6555)
This commit is contained in:
parent
eb43ea9a1e
commit
0f3fd2e69d
|
@ -106,10 +106,10 @@ val DEPENDENCIES = listOf(
|
|||
"com.google.code.findbugs:jsr305:3.0.2",
|
||||
"org.apache.groovy:groovy:${groovyVersion}",
|
||||
"org.apache.groovy:groovy-json:${groovyVersion}",
|
||||
"org.junit-pioneer:junit-pioneer:1.7.0",
|
||||
"org.junit-pioneer:junit-pioneer:1.7.1",
|
||||
"org.objenesis:objenesis:3.2",
|
||||
"org.spockframework:spock-core:2.2-M3-groovy-4.0",
|
||||
"org.spockframework:spock-junit4:2.2-M3-groovy-4.0",
|
||||
"org.spockframework:spock-core:2.2-groovy-4.0",
|
||||
"org.spockframework:spock-junit4:2.2-groovy-4.0",
|
||||
"org.scala-lang:scala-library:2.11.12",
|
||||
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
|
||||
"org.springframework.boot:spring-boot-dependencies:2.7.2"
|
||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.linecorp.armeria:armeria-junit5:1.13.3")
|
||||
implementation("com.linecorp.armeria:armeria-junit5:1.18.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
Loading…
Reference in New Issue