Releases: hmcts/sscs-common
Releases · hmcts/sscs-common
6.3.3
Azure DevOps Artifacts Integration
This library is now hosted on Azure DevOps Artifacts and can be used in your project by adding the following to your build.gradle file:
repositories {
maven {
url = uri('https://pkgs.dev.azure.com/hmcts/Artifacts/_packaging/hmcts-lib/maven/v1')
}
}
dependencies {
implementation 'com.github.hmcts:sscs-common:LATEST_TAG'
}
6.3.0
What's Changed
- Update dependency checkstyle to v10.24.0 by @renovate in #1787
- Update dependency gradle to v8.14.1 by @renovate in #1788
- Update dependency com.networknt:json-schema-validator to v1.5.7 by @renovate in #1789
- Enable Northern Ireland postcodes by @Ziziou91 in #1763
New Contributors
Full Changelog: 6.2.9...6.3.0
6.2.7
6.2.6
6.2.4
6.2.3: SSCSCI-1760 / SSCSCI-1769 (#1720)
* added event classes and casedata field * typo * fix * changes to include filters * typo * typos * typo * fix * fix * fixing cves * minor refactor * merging in 1760 * fix * fix * SSCSCI-1771 (#1730) * SSCSCI-1771 updates * SSCSCI-1771 updates * fix * adding no action checkbox * adding case level due date for filter and removing dropdown filter * SSCSCI 1762 Allow FTA to submit a reply to Tribunal request (#1738) update fta tribunal com Co-authored-by: david-gimelle <david.gimelle@gmail.com> --------- Co-authored-by: David Gimelle <davidgimelle@gmail.com> Co-authored-by: david-gimelle <david.gimelle@gmail.com> * Trigger Build * SSCSCI-1791 (#1739) * SSCSCI-1771 updates * SSCSCI-1771 updates * fix * adding no action checkbox * adding case level due date for filter and removing dropdown filter * init commit * adding response provided dates for filters * SSCSCI 1762 Allow FTA to submit a reply to Tribunal request (#1738) update fta tribunal com Co-authored-by: david-gimelle <david.gimelle@gmail.com> * Trigger Build * SSCSCI 1790 Allow Tribunal to review reply and mark as reviewed (#1753) * add fta reponse dl * remove actioned message * update fields Names * update fields Names * typo --------- Co-authored-by: david-gimelle <david.gimelle@gmail.com> Co-authored-by: Nilay <nilay.patel@solirius.com> --------- Co-authored-by: David Gimelle <davidgimelle@gmail.com> Co-authored-by: david-gimelle <david.gimelle@gmail.com> --------- Co-authored-by: erclaudio <claudio.andrei@icloud.com> Co-authored-by: nilay <nilay.patel@solirius.com> Co-authored-by: David Gimelle <davidgimelle@gmail.com> Co-authored-by: david-gimelle <david.gimelle@gmail.com>
6.2.0
Update Tools - General (major) (#1631) Update Tools - General Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Linus Norton <linusnorton@gmail.com>