Skip to content

Commit

Permalink
fix backend vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingtu committed May 23, 2024
1 parent 52c3461 commit d07fc69
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/backend/ai-reviewer-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<version>3.1.3</version>
<version>3.2.5</version>
<relativePath/>
</parent>
<groupId>ca.bc.gov.open.jag</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/backend/ai-reviewer-mock-api/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.1.3</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ca.bc.gov.open.jag</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/backend/libs/ai-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<org.openapitools.version>0.2.1</org.openapitools.version>
<org.springdoc.version>1.7.0</org.springdoc.version>
<org.threeten.version>1.5.1</org.threeten.version>
<org.json.version>20230227</org.json.version>
<org.json.version>[20231013,)</org.json.version>

<com.google.code.gson.version>2.8.9</com.google.code.gson.version>
<log4j2.version>2.17.1</log4j2.version>
Expand Down
4 changes: 2 additions & 2 deletions src/backend/libs/ai-diligen-client-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.3</version>
<version>3.1.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -84,7 +84,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
</plugin>

<plugin>
Expand Down
4 changes: 2 additions & 2 deletions src/backend/libs/ai-diligen-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.3</version>
<version>3.1.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -179,7 +179,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/backend/libs/ai-mail-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.3</version>
<version>3.1.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit d07fc69

Please sign in to comment.