From a8723c4d212c2a898dd1b402ba1936c4c8cf64cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 17:39:15 +0000 Subject: [PATCH] chore(deps): update maven all non-major dependencies (#21) * chore(deps): update maven all non-major dependencies * chore: changing db version to be compatible with environment * fix: reverted flyway due to oracle --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paulo Gomes da Cruz Junior --- core/pom.xml | 16 +- spring/pom.xml | 299 +++++++++--------- .../AbstractTestContainerIntegrationTest.java | 4 +- 3 files changed, 163 insertions(+), 156 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 83e1db7..019be4f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -68,7 +68,7 @@ com.fasterxml.jackson.core jackson-annotations - 2.17.0 + 2.17.1 org.slf4j @@ -87,7 +87,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 ${java.version} ${java.version} @@ -96,7 +96,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.0 + 3.2.5 @{argLine} ${skip.unit.tests} @@ -111,7 +111,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.12 ${jacoco.skip} @@ -167,7 +167,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.3 ${java.version} Javadoc Documentation for ${project.name} ${project.version} @@ -180,7 +180,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 default-cli @@ -222,7 +222,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 ${checkstyle.skip} google_checks.xml @@ -244,7 +244,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.9 + 2.8.0 validate diff --git a/spring/pom.xml b/spring/pom.xml index 64e41e3..bd44d5a 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -1,95 +1,97 @@ - - 4.0.0 + + 4.0.0 org.springframework.boot spring-boot-starter-parent - 3.1.0 + 3.2.5 - ca.bc.gov.nrs-commons - forest-client-spring - 0.0.1 - forest-client-spring - Forest Client Spring Commons + ca.bc.gov.nrs-commons + forest-client-spring + 0.0.1 + forest-client-spring + Forest Client Spring Commons - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + - - UTF-8 - UTF-8 - 17 - 17 - 3.10.1 - ${java.version} - ${java.version} + + UTF-8 + UTF-8 + 17 + 17 + 3.10.1 + ${java.version} + ${java.version} - true - false - true - true + true + false + true + true - ${project.build.directory}/coverage-reports + ${project.build.directory}/coverage-reports - ${maven.build.timestamp} - yyyy-MM-dd HH:mm:ss + ${maven.build.timestamp} + yyyy-MM-dd HH:mm:ss - bcgov-sonarcloud - https://sonarcloud.io - bcgov_nr-forest-client-commons - - target/coverage-reports/merged-test-report/jacoco.xml - - - **/configuration/**, - **/exception/**, - **/dto/**, - **/entity/**, - **/models/**, - **/repository/**, - **/*$*Builder*, - **/ApplicationConstant* - - target/checkstyle-result.xml + bcgov-sonarcloud + https://sonarcloud.io + bcgov_nr-forest-client-commons + + target/coverage-reports/merged-test-report/jacoco.xml + + + **/configuration/**, + **/exception/**, + **/dto/**, + **/entity/**, + **/models/**, + **/repository/**, + **/*$*Builder*, + **/ApplicationConstant* + + target/checkstyle-result.xml + - 1.18.1 + 1.19.8 - 5.9.1 - 1.9.1 - ${project.version} - + 5.9.1 + 1.9.1 + ${project.version} + - - - ca.bc.gov.nrs-commons - forest-client-core - 0.0.2 - + + + ca.bc.gov.nrs-commons + forest-client-core + 0.0.2 + - - org.springframework.boot - spring-boot-starter-webflux - + + org.springframework.boot + spring-boot-starter-webflux + - - org.springframework.boot - spring-boot-starter-data-r2dbc - + + org.springframework.boot + spring-boot-starter-data-r2dbc + - - org.projectlombok - lombok - true - + + org.projectlombok + lombok + true + org.springdoc @@ -136,7 +138,7 @@ org.testcontainers oracle-xe - 1.18.1 + 1.19.8 test @@ -156,29 +158,34 @@ - - - - org.testcontainers - testcontainers-bom - ${testcontainers.version} - pom - import - - - org.yaml - snakeyaml - 2.0 - - - + + + + org.testcontainers + testcontainers-bom + ${testcontainers.version} + pom + import + + + org.yaml + snakeyaml + 2.0 + + + org.flywaydb + flyway-core + 9.16.3 + + + org.apache.maven.plugins maven-failsafe-plugin - 3.1.0 + 3.2.5 integration-tests @@ -201,7 +208,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.0 + 3.2.5 @{argLine} ${skip.unit.tests} @@ -219,7 +226,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.12 ${jacoco.skip} @@ -329,7 +336,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.3 ${java.version} Javadoc Documentation for ${project.name} ${project.version} @@ -342,7 +349,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 default-cli @@ -386,7 +393,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 ${checkstyle.skip} google_checks.xml @@ -408,7 +415,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.9 + 2.8.0 validate @@ -425,60 +432,60 @@ - - nr-forest-client-backend - + + nr-forest-client-backend + - - - dev - + + + dev + - - all-tests - - all-tests - false - false - false - - + + all-tests + + all-tests + false + false + false + + - - integration-test - - integration-test - false - true - - - + + integration-test + + integration-test + false + true + + + - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - github - Github Packages - https://maven.pkg.github.com/bcgov/nr-forest-client-commons - - false - - - + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + github + Github Packages + https://maven.pkg.github.com/bcgov/nr-forest-client-commons + + false + + + - - - github - Github Packages - https://maven.pkg.github.com/bcgov/nr-forest-client-commons - - + + + github + Github Packages + https://maven.pkg.github.com/bcgov/nr-forest-client-commons + + diff --git a/spring/src/test/java/ca/bc/gov/app/extensions/AbstractTestContainerIntegrationTest.java b/spring/src/test/java/ca/bc/gov/app/extensions/AbstractTestContainerIntegrationTest.java index 1f8ce8d..47b122c 100644 --- a/spring/src/test/java/ca/bc/gov/app/extensions/AbstractTestContainerIntegrationTest.java +++ b/spring/src/test/java/ca/bc/gov/app/extensions/AbstractTestContainerIntegrationTest.java @@ -19,7 +19,7 @@ public abstract class AbstractTestContainerIntegrationTest { static final OracleContainer database; static { - database = new OracleContainer("gvenzl/oracle-xe:21.3.0-slim-faststart") + database = new OracleContainer("gvenzl/oracle-xe:18.4.0-slim-faststart") .withDatabaseName("legacyfsa") .withUsername("THE") .withPassword(UUID.randomUUID().toString().substring(24)); @@ -43,7 +43,7 @@ static void registerDynamicProperties(DynamicPropertyRegistry registry) { registry .add( "ca.bc.gov.nrs.oracle.host", - () -> "127.0.0.1"//database::getHost + database::getHost ); registry