diff --git a/backend/pom.xml b/backend/pom.xml index f71d6239a..342bfc5ad 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 ca.bc.gov @@ -254,7 +254,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.4.0 + 3.5.0 integration-tests @@ -277,7 +277,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 @{argLine} -Xmx1024m ${skip.unit.tests} @@ -403,7 +403,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 + 3.10.0 17 Javadoc Documentation for ${project.name} ${project.version} @@ -459,7 +459,7 @@ com.puppycrawl.tools checkstyle - 10.17.0 + 10.18.1 diff --git a/backend/src/main/java/ca/bc/gov/backendstartapi/service/ParentTreeService.java b/backend/src/main/java/ca/bc/gov/backendstartapi/service/ParentTreeService.java index e0d4b74ca..34e08c33c 100644 --- a/backend/src/main/java/ca/bc/gov/backendstartapi/service/ParentTreeService.java +++ b/backend/src/main/java/ca/bc/gov/backendstartapi/service/ParentTreeService.java @@ -251,7 +251,7 @@ private GeospatialRespondDto calcMeanGeospatial( /** * All reference to Certification Template Col is labelled with an id such as AM, AN or AL Find - * these calculation definition in SPR01A_PTContribution.htm + * these calculation definition in SPR01A_PTContribution.htm. */ private GeospatialRespondDto calcSeedlotGeoData( PtValsCalReqDto ptValDtos, GeospatialRespondDto smpMixGeoData) { diff --git a/backend/src/main/java/ca/bc/gov/backendstartapi/service/SeedlotService.java b/backend/src/main/java/ca/bc/gov/backendstartapi/service/SeedlotService.java index fd95fb6de..59236c126 100644 --- a/backend/src/main/java/ca/bc/gov/backendstartapi/service/SeedlotService.java +++ b/backend/src/main/java/ca/bc/gov/backendstartapi/service/SeedlotService.java @@ -991,7 +991,7 @@ private boolean hasAreaOfUseData(Seedlot seedlot) { } /** - * Reference Legacy Procedure: get_tested_area_of_use_geog from database/ddl/pkg/SPR_SEEDLOT.PKS + * Reference Legacy Procedure: get_tested_area_of_use_geog from database/ddl/pkg/SPR_SEEDLOT.PKS. * * @param seedlot the seedlot object to set data to * @param primaryOrchardId the primary orchard Id to find the spu for diff --git a/oracle-api/pom.xml b/oracle-api/pom.xml index 83115c6dc..5af6f6c17 100644 --- a/oracle-api/pom.xml +++ b/oracle-api/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 ca.bc.gov @@ -228,7 +228,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.4.0 + 3.5.0 integration-tests @@ -251,7 +251,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.4.0 + 3.5.0 @{argLine} -Xmx1024m ${skip.unit.tests} @@ -372,7 +372,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 + 3.10.0 17 Javadoc Documentation for ${project.name} ${project.version} @@ -428,7 +428,7 @@ com.puppycrawl.tools checkstyle - 10.17.0 + 10.18.1