DSND-2884: Send raw psc statement id to data api (#57) * DSND-2884: Add psc_statement_id_raw to PUT body * DSND-2884: Fix failing tests * Update output jsons to reflect new format * DSND-2884: Update private api sdk java version * DSND-2884: Remove mapper utils from transformer * DSND-2884: Fix broken tranformer tests * DSND-2884: Further fixing broken tests * Added dependency logback-core to address security alert * Refactored processor tests for readability and improved assertions * Fix code smells in transformer test * DSND-2884: Add dependency logback-classic to pom * DSND-2884: Replace field injection with constructor injection * Replcae reflection uses in tests with mocks * DSND-2884 Fix typo in mapper utils --------- Co-authored-by: cgregoryCH <cgregory@companieshouse.gov.uk>