Skip to content

Commit

Permalink
PLATUI-2493: Upgrade hmrc-frontend to 5.46.0 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-bowden committed Aug 11, 2023
1 parent 1fd6e99 commit c508007
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
For compatibility information see `govukFrontendVersion` and `hmrcFrontendVersion` in
[LibDependencies](project/LibDependencies.scala)

## [7.19.0] - 2023-08-11

### Changed

- Uplifted version of `hmrc-frontend` to `5.46.0`, for backlink to be hidden when referrer is on a different domain

### Compatible with

- [hmrc/hmrc-frontend v5.46.0](https://github.com/hmrc/hmrc-frontend/releases/tag/v5.46.0)
- [alphagov/govuk-frontend v4.7.0](https://github.com/alphagov/govuk-frontend/releases/tag/v4.7.0)


## [7.18.0] - 2023-08-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion project/LibDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.ModuleID

object LibDependencies {
val govukFrontendVersion: String = "4.7.0"
val hmrcFrontendVersion: String = "5.45.0"
val hmrcFrontendVersion: String = "5.46.0"
val playLanguageVersion: String = "6.2.0"

val compile: Seq[ModuleID] = dependencies(
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.41.0
5.46.0

0 comments on commit c508007

Please sign in to comment.