diff --git a/build.gradle.kts b/build.gradle.kts index 2a25ecfee..6422d0546 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,9 +1,9 @@ val spring_boot_version = "3.4.1" -val common_version = "3.2024.11.26_16.35-432a29107830" +val common_version = "3.2025.01.14_14.19-79b3041cae56" val dab_common_version = "2024.11.14-10.46.174740baf5c7" val poao_tilgang_version = "2025.01.10_06.33-afbc6bc84eed" -val shedlock_version = "6.0.2" +val shedlock_version = "6.2.0" val _version: String by project plugins { @@ -170,12 +170,12 @@ dependencies { implementation("org.springframework.kafka:spring-kafka") implementation("com.squareup.okhttp3:okhttp") implementation("io.micrometer:micrometer-registry-prometheus-simpleclient") - implementation("org.flywaydb:flyway-database-postgresql:11.1.0") - implementation("org.postgresql:postgresql:42.7.4") + implementation("org.flywaydb:flyway-database-postgresql:11.2.0") + implementation("org.postgresql:postgresql:42.7.5") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2") // BigQuery - implementation(platform("com.google.cloud:libraries-bom:26.52.0")) + implementation(platform("com.google.cloud:libraries-bom:26.53.0")) implementation("com.google.cloud:google-cloud-bigquery") implementation("io.getunleash:unleash-client-java:9.2.6") @@ -191,7 +191,7 @@ dependencies { // testImplementation("org.springframework.cloud:spring-cloud-contract-wiremock:4.1.3") - testImplementation("com.networknt:json-schema-validator:1.5.4") + testImplementation("com.networknt:json-schema-validator:1.5.5") // testImplementation("de.mkammerer.wiremock-junit5:wiremock-junit5:1.1.0") // testImplementation("io.github.ricall.junit5-wiremock:junit5-wiremock:2.0.0")