From 8aa7bc1cded9a7441f0cb8bd45374d7e21670410 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Wed, 15 Jan 2025 13:08:59 +0100 Subject: [PATCH] more Spring managed versions --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 28fbe7c6..6ba3c5e1 100644 --- a/build.gradle +++ b/build.gradle @@ -68,10 +68,10 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter:1.10.0' implementation 'org.springdoc:springdoc-openapi:2.8.3' - implementation 'org.postgresql:postgresql:42.7.5' - implementation 'org.liquibase:liquibase-core:4.30.0' + implementation 'org.postgresql:postgresql' + implementation 'org.liquibase:liquibase-core' implementation 'io.hypersistence:hypersistence-utils-hibernate-63:3.9.0' - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' implementation 'org.openapitools:jackson-databind-nullable:0.2.6' implementation 'org.apache.commons:commons-text:1.13.0' implementation 'net.java.dev.jna:jna:5.16.0' @@ -95,7 +95,7 @@ dependencies { testImplementation 'org.testcontainers:postgresql' testImplementation 'com.tngtech.archunit:archunit-junit5:1.3.0' testImplementation 'io.rest-assured:spring-mock-mvc' - testImplementation 'org.hamcrest:hamcrest-core:3.0' + testImplementation 'org.hamcrest:hamcrest-core' testImplementation 'org.pitest:pitest-junit5-plugin:1.2.1' testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.wiremock:wiremock-standalone:3.10.0'