diff --git a/.github/renovate/renovate.json b/.github/renovate/renovate.json index 4660516a6..6984bcf79 100644 --- a/.github/renovate/renovate.json +++ b/.github/renovate/renovate.json @@ -25,8 +25,9 @@ "description": "Process update docker images", "fileMatch": [ "^.*Properties\\.java$", + "^.*\\.properties", "^.*\\.adoc", - "^.*additional-spring-configuration-metadata.json" + "^.*additional-spring-configuration-metadata\\.json" ], "matchStrings": [ "\\/\\/.*?renovate:.*?datasource=(?.*?)\\s+?return\\s+?\\\"(?.*?):?(?[\\w+\\.\\-]*)\"", @@ -61,7 +62,7 @@ { "description": "Process update images in spring configuration metadata", "fileMatch": [ - "^.*additional-spring-configuration-metadata.json" + "^.*additional-spring-configuration-metadata\\.json" ], "matchStrings": [ "\\\"embedded\\.\\w+?\\.(dockerImage|docker\\-image)\\\",\\s+.*\\s+.*\\s+\\\"value\\\"\\s*?:\\s*?\"(?.*?):?(?[\\w+\\.\\-]*)\"" diff --git a/embedded-keycloak/pom.xml b/embedded-keycloak/pom.xml index 01ad17aad..03edad99e 100644 --- a/embedded-keycloak/pom.xml +++ b/embedded-keycloak/pom.xml @@ -13,7 +13,7 @@ embedded-keycloak - 23.0.4 + 23.0.5 diff --git a/pom.xml b/pom.xml index 37bf31665..2ad5d24d4 100644 --- a/pom.xml +++ b/pom.xml @@ -105,8 +105,9 @@ 3.2.5 3.12.1 2.8.1 - 2.42.0 + 2.43.0 4.5.1 + 0.8.11 3EEF24C7 @@ -202,6 +203,26 @@ maven-surefire-plugin ${maven-surefire-plugin.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + org.codehaus.mojo exec-maven-plugin diff --git a/testcontainers-spring-boot-parent/pom.xml b/testcontainers-spring-boot-parent/pom.xml index 60eb809d8..1d966031d 100644 --- a/testcontainers-spring-boot-parent/pom.xml +++ b/testcontainers-spring-boot-parent/pom.xml @@ -15,7 +15,7 @@ - 1.19.3 + 1.19.4 3.2.2 2023.0.0 5.0.0