mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 23:17:58 -05:00
Gradle update dependencies (#967)
* gradle: update wiremock for tests * gradle: update vertx and other dependencies
This commit is contained in:
@@ -20,7 +20,7 @@ dependencies {
|
||||
implementation(project(':besu-plugins:state-recovery:appcore:clients-interfaces'))
|
||||
implementation("io.vertx:vertx-web-client:${libs.versions.vertx}")
|
||||
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.slf4j:slf4j-api:${libs.versions.slf4j.get()}"
|
||||
testImplementation project(":jvm-libs:generic:logging")
|
||||
testImplementation 'io.github.hakky54:logcaptor:2.11.0'
|
||||
|
||||
@@ -3,10 +3,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
import java.time.Duration
|
||||
import java.time.Instant
|
||||
|
||||
plugins {
|
||||
id 'net.consensys.zkevm.linea-contracts-helper'
|
||||
alias(libs.plugins.spotless)
|
||||
alias(libs.plugins.docker)
|
||||
}
|
||||
|
||||
@@ -524,7 +524,7 @@ class CoordinatorConfigTest {
|
||||
configFiles = listOf(pathToResource("configs/coordinator.config.toml"))
|
||||
)
|
||||
|
||||
assertThat(configsResult.getError()).contains("'extraField': Missing from config")
|
||||
assertThat(configsResult.getError()).contains("'extraField': Missing String from config")
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -12,5 +12,5 @@ dependencies {
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
testImplementation "io.vertx:vertx-junit5"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
}
|
||||
|
||||
@@ -13,5 +13,5 @@ dependencies {
|
||||
api "io.vertx:vertx-core"
|
||||
|
||||
testImplementation "io.vertx:vertx-junit5"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
}
|
||||
|
||||
@@ -16,5 +16,5 @@ dependencies {
|
||||
implementation "io.vertx:vertx-lang-kotlin"
|
||||
|
||||
testImplementation "io.vertx:vertx-junit5"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
implementation project(':jvm-libs:generic:json-rpc')
|
||||
|
||||
testImplementation("io.vertx:vertx-junit5")
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
testImplementation project(':jvm-libs:linea:metrics:micrometer')
|
||||
|
||||
testImplementation project(':coordinator:clients:smart-contract-client')
|
||||
|
||||
@@ -27,7 +27,7 @@ class FileMonitorTest {
|
||||
|
||||
@AfterEach
|
||||
fun tearDown(vertx: Vertx) {
|
||||
vertx.fileSystem().deleteRecursiveBlocking(tmpDirectory.toString(), true)
|
||||
vertx.fileSystem().deleteRecursiveBlocking(tmpDirectory.toString())
|
||||
val vertxStopFuture = vertx.close()
|
||||
vertxStopFuture.get()
|
||||
}
|
||||
|
||||
@@ -10,13 +10,13 @@ jreleaser = { group = "org.jreleaser", name = "jreleaser-gradle-plugin", version
|
||||
[versions]
|
||||
# Testing
|
||||
assertj = "3.27.3"
|
||||
awaitility = "4.2.0"
|
||||
awaitility = "4.3.0"
|
||||
jsonUnit = "3.4.1"
|
||||
junit = "5.10.1"
|
||||
mockito = "5.7.0"
|
||||
mockitoKotlin = "5.4.0"
|
||||
restassured = "5.3.0"
|
||||
wiremock = "3.0.1"
|
||||
wiremock = "3.13.0"
|
||||
|
||||
# Runtime
|
||||
besu = "25.2.1-linea1"
|
||||
@@ -24,11 +24,11 @@ blobCompressor = "0.0.4"
|
||||
blobShnarfCalculator = "0.0.4"
|
||||
bouncycastle = "1.79"
|
||||
caffeine = "3.1.6"
|
||||
hoplite = "2.7.5"
|
||||
jackson = "2.18.0"
|
||||
hoplite = "2.9.0"
|
||||
jackson = "2.19.0"
|
||||
jna = "5.14.0"
|
||||
kotlinResult = "1.1.16"
|
||||
kotlinxDatetime = "0.6.1"
|
||||
kotlinxDatetime = "0.6.2"
|
||||
ktlint = "0.47.0"
|
||||
log4j = "2.20.0"
|
||||
micrometer = "1.8.4"
|
||||
@@ -37,5 +37,5 @@ picoli = "4.7.6"
|
||||
slf4j="1.7.36"
|
||||
teku = "23.1.1"
|
||||
tuweni = "2.4.2"
|
||||
vertx = "4.5.11"
|
||||
vertx = "4.5.14"
|
||||
web3j = "4.12.2"
|
||||
|
||||
@@ -14,6 +14,6 @@ dependencies {
|
||||
api "io.vertx:vertx-micrometer-metrics"
|
||||
|
||||
testImplementation "io.vertx:vertx-junit5"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
testImplementation "io.vertx:vertx-micrometer-metrics"
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ dependencies {
|
||||
testImplementation "io.micrometer:micrometer-registry-prometheus:${libs.versions.micrometer.get()}"
|
||||
testImplementation "io.rest-assured:rest-assured:${libs.versions.restassured.get()}"
|
||||
testImplementation "io.rest-assured:json-schema-validator:${libs.versions.restassured.get()}"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
testImplementation "net.javacrumbs.json-unit:json-unit-assertj:${libs.versions.jsonUnit.get()}"
|
||||
}
|
||||
|
||||
|
||||
@@ -19,6 +19,6 @@ dependencies {
|
||||
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${libs.versions.log4j.get()}"
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-annotations:${libs.versions.jackson.get()}"
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-databind:${libs.versions.jackson.get()}"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
testImplementation project(":jvm-libs:linea:besu-rlp-and-mappers")
|
||||
}
|
||||
|
||||
@@ -20,5 +20,5 @@ dependencies {
|
||||
implementation "io.vertx:vertx-core"
|
||||
|
||||
testImplementation "io.vertx:vertx-junit5"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
}
|
||||
|
||||
@@ -21,5 +21,5 @@ dependencies {
|
||||
testImplementation(project(":jvm-libs:linea:testing:file-system"))
|
||||
testImplementation project(':jvm-libs:linea:metrics:micrometer')
|
||||
testImplementation "io.vertx:vertx-junit5"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies {
|
||||
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${libs.versions.log4j.get()}"
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-annotations:${libs.versions.jackson.get()}"
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-databind:${libs.versions.jackson.get()}"
|
||||
testImplementation "com.github.tomakehurst:wiremock-jre8:${libs.versions.wiremock.get()}"
|
||||
testImplementation "org.wiremock:wiremock:${libs.versions.wiremock.get()}"
|
||||
testImplementation project(":jvm-libs:linea:besu-rlp-and-mappers")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user