Skip to content

Commit

Permalink
Merge pull request #445 from bcgov/feature/0.5.1
Browse files Browse the repository at this point in the history
Feature/0.5.1
  • Loading branch information
KFloodBCGov authored Jun 22, 2024
2 parents 3bb0b21 + 30803a6 commit e5dd526
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ WORKDIR $HOME

COPY --from=build ${HOME}/${DPS_SERVICE_NAME}/target/${DPS_SERVICE_NAME}-*.jar ${HOME}/service.jar

CMD ["java", "-jar", "service.jar"]
CMD ["java", "-Xmx1g", -jar", "service.jar"]
#############################################################################################
4 changes: 2 additions & 2 deletions src/libs/dps-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring-boot.version>3.1.3</spring-boot.version>
<spring-boot.version>3.2.5</spring-boot.version>
<springfox.version>3.0.0</springfox.version>
<swagger-annotations.version>1.6.12</swagger-annotations.version>
<jersey.version>3.1.3</jersey.version>
Expand Down Expand Up @@ -51,7 +51,7 @@
<spring-webmvc.version>6.1.1</spring-webmvc.version>
<snakeyaml.version>2.2</snakeyaml.version>
<spring-redis.version>2.7.12</spring-redis.version>
<spring.version>6.1.4</spring.version>
<spring.version>6.1.6</spring.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ca.bc.gov.open</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tests/springboot-ewsconntest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>my.pkg.name</groupId>
Expand Down

0 comments on commit e5dd526

Please sign in to comment.