Skip to content

Commit

Permalink
More dep updates (#6555)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Sep 7, 2022
1 parent eb43ea9 commit 0f3fd2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion testing/armeria-shaded-for-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0f3fd2e

Please sign in to comment.