Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2024
1 parent 13624fe commit 254c428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.17.0")

// Testing
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("net.java.dev.jna:jna:5.15.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("com.google.truth:truth:1.4.4") {
exclude group: 'com.google.guava', module: 'guava'
}
Expand All @@ -106,7 +106,7 @@ dependencies {
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'

// For testing runtime
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")

// For Spanner mock server testing
testImplementation(group: 'com.google.cloud', name: 'google-cloud-spanner', classifier: 'tests')
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<snakeyaml.version>2.3</snakeyaml.version>

<gax-grpc.version>2.53.0</gax-grpc.version>
<jupiter.version>5.11.0</jupiter.version>
<jupiter.version>5.11.3</jupiter.version>
<testcontainers.version>1.20.1</testcontainers.version>
<truth.version>1.4.4</truth.version>
<mockito.version>1.10.19</mockito.version>
Expand Down

0 comments on commit 254c428

Please sign in to comment.