Skip to content

Commit

Permalink
Fix docker-infra flakes via 0.3.10 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dagguh committed Jun 14, 2024
1 parent 40be6cb commit 10b363e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
}.forEach { implementation(it) }
testImplementation("org.assertj:assertj-core:3.11.0")
testImplementation("com.atlassian.performance.tools:io:[1.0.0, 2.0.0)")
testImplementation("com.atlassian.performance.tools:docker-infrastructure:0.3.7")
testImplementation("com.atlassian.performance.tools:docker-infrastructure:0.3.10")
testImplementation("junit:junit:[4.12, 5.0.0)")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependency-locks/testCompileClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.atlassian.performance.tools:concurrency:1.3.0
com.atlassian.performance.tools:docker-infrastructure:0.3.7
com.atlassian.performance.tools:docker-infrastructure:0.3.10
com.atlassian.performance.tools:io:1.2.0
com.atlassian.performance:selenium-js:1.0.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.atlassian.performance.tools:concurrency:1.3.0
com.atlassian.performance.tools:docker-infrastructure:0.3.7
com.atlassian.performance.tools:docker-infrastructure:0.3.10
com.atlassian.performance.tools:io:1.2.0
com.atlassian.performance.tools:jvm-tasks:1.4.0
com.atlassian.performance:selenium-js:1.0.1
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependency-locks/testRuntimeClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.atlassian.performance.tools:concurrency:1.3.0
com.atlassian.performance.tools:docker-infrastructure:0.3.7
com.atlassian.performance.tools:docker-infrastructure:0.3.10
com.atlassian.performance.tools:io:1.2.0
com.atlassian.performance.tools:jvm-tasks:1.4.0
com.atlassian.performance:selenium-js:1.0.1
Expand Down

0 comments on commit 10b363e

Please sign in to comment.