Skip to content

Commit

Permalink
feat(FSADT1-1012): updating DoB and data insertion (#626)
Browse files Browse the repository at this point in the history
* feat: updating local copy of oracle db data

* feat(FSADT1-1012): updating DoB insert and data insertion

- updating data to be inserted as close as the green interface without relying too much on the procedures.

* fix(CVE-2023-34062): fixing security issue with dependency

reactor-netty-http: directory traversal vulnerability

* Renamed field as birthdate is a single word

* Renamed field as birthdate is a single word

* Beautified POM file

* Removed unused imports

* chore: updating sql files

* chore: updating sql files

* chore: setting oracle db version

* chore: changing way legacy db is loaded on processor

* test: increasing coverage

---------

Co-authored-by: Maria Martinez <[email protected]>
  • Loading branch information
paulushcgcj and mamartinezmejia authored Nov 28, 2023
1 parent 5fe1855 commit 38103be
Show file tree
Hide file tree
Showing 28 changed files with 2,559 additions and 1,903 deletions.
5 changes: 5 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.1.13</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Loading

0 comments on commit 38103be

Please sign in to comment.