Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Update spring version to 2.6.10, as the spring-core got injected via …
Browse files Browse the repository at this point in the history
…spring-boot-starter-test in a vulnerable version.
  • Loading branch information
haraldloesing committed Oct 3, 2022
1 parent f686877 commit 3153417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .run/CcApiGatewayServiceApplication.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="CcApiGatewayServiceApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="local,authorization,mock-identity-authorization" />
<module name="cc-api-gateway-service" />
<option name="SPRING_BOOT_MAIN_CLASS" value="ch.admin.bag.covidcertificate.gateway.CcApiGatewayServiceApplication" />
<extension name="net.ashald.envfile">
<option name="IS_ENABLED" value="false" />
<option name="IS_SUBST" value="false" />
Expand All @@ -11,10 +13,6 @@
<ENTRY IS_ENABLED="true" PARSER="runconfig" />
</ENTRIES>
</extension>
<option name="SPRING_BOOT_MAIN_CLASS" value="ch.admin.bag.covidcertificate.gateway.CcApiGatewayServiceApplication" />
<option name="ACTIVE_PROFILES" value="local,authorization,mock-identity-authorization" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="SHORTEN_COMMAND_LINE" value="NONE" />
<method v="2">
<option name="Make" enabled="true" />
</method>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<version>2.6.10</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-api-gateway-service</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
<name>cc-api-gateway-service</name>
<description>CC-API-Gateway-Service</description>

Expand Down

0 comments on commit 3153417

Please sign in to comment.