Skip to content

Commit

Permalink
Merge pull request #83 from bci-oss/bugfix/vulnerability-spring-expre…
Browse files Browse the repository at this point in the history
…ssion

Fix vulnerability spring-expression
  • Loading branch information
LuLeRoemer authored Apr 6, 2023
2 parents b1a60a5 + 385bb16 commit aa06bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/semantic-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: semantic-hub
description: Helm Chart for the Catena-X Semantic Hub Application

type: application
version: 0.1.9
appVersion: 0.2.0-M1
version: 0.1.10
appVersion: 0.2.1-M1
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1</version> <!-- need to be repeated in properties section for technical purposes -->
<version>3.0.5</version> <!-- need to be repeated in properties section for technical purposes -->
<relativePath/> <!-- lookup parent from repository and not the filesystem -->
</parent>

Expand Down Expand Up @@ -65,7 +65,7 @@

<!-- version properties -->
<!-- framework and base stuff -->
<spring.boot.version>3.0.1</spring.boot.version>
<spring.boot.version>3.0.5</spring.boot.version>
<spring.feign.version>3.1.3</spring.feign.version>
<springdoc.version>1.6.14</springdoc.version>
<springfox.version>2.9.2</springfox.version>
Expand Down

0 comments on commit aa06bc1

Please sign in to comment.