Skip to content

Commit f84abeb

Browse files
Bump io.vertx:vertx-junit5 from 4.5.14 to 5.0.8
Bumps [io.vertx:vertx-junit5](https://github.com/eclipse-vertx/vertx-junit5) from 4.5.14 to 5.0.8. - [Commits](eclipse-vertx/vertx-junit5@4.5.14...5.0.8) --- updated-dependencies: - dependency-name: io.vertx:vertx-junit5 dependency-version: 5.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5492876 commit f84abeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launchpad-s/emu-web/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ group = "io.lp4k.launchpad.s.emulator.web"
2424
dependencies {
2525
implementation(project(":launchpad-s:api"))
2626

27-
implementation("io.vertx:vertx-web:4.5.14")
27+
implementation("io.vertx:vertx-web:5.0.8")
2828

2929
implementation("org.slf4j:slf4j-api:${slf4jVersion}")
3030
implementation("org.slf4j:slf4j-simple:${slf4jVersion}")
3131

3232
testImplementation("org.junit.jupiter:junit-jupiter:${junitVersion}")
3333
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:${mockitoKotlinVersion}")
3434
testImplementation("org.mockito:mockito-junit-jupiter:${mockitoVersion}")
35-
testImplementation("io.vertx:vertx-junit5:4.5.14")
35+
testImplementation("io.vertx:vertx-junit5:5.0.8")
3636
}

0 commit comments

Comments
 (0)