Skip to content

Commit

Permalink
fix(deps): update dependency io.vertx:vertx-junit5 to v4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 8f41713 commit 0fc1d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object VertxLibs {
private val pool = mapOf(2 to (0..7).toList(), 3 to (0..6).toList(), 4 to (0..0).toList())
@JvmField val vertxCore = "4.${pool.ver(3, 5)}"
@JvmField val vertxSQL = "4.${pool.ver(3, 5)}"
const val vertxJunit = "4.2.5"
const val vertxJunit = "4.5.5"
}

@JvmField val core = "io.vertx:vertx-core:${Version.vertxCore}"
Expand Down

0 comments on commit 0fc1d65

Please sign in to comment.