Skip to content

Commit 626c45e

Browse files
[e2eTests]: Bump the all-modules group in /e2eTests with 4 updates
--- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.junit.platform:junit-platform-console-standalone dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2ff074 commit 626c45e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2eTests/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ repositories {
1111
}
1212

1313
dependencies {
14-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
15-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
16-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
17-
testRuntimeOnly("org.junit.platform:junit-platform-console-standalone:1.13.1")
14+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
15+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.2")
16+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
17+
testRuntimeOnly("org.junit.platform:junit-platform-console-standalone:1.13.2")
1818
testImplementation("com.rabbitmq:amqp-client:5.25.0")
1919
testImplementation("com.konghq:unirest-java:3.14.5")
2020
testImplementation("org.postgresql:postgresql:42.7.7")

0 commit comments

Comments
 (0)