3.0.0
Updates scrooge to 22.7.0 and bumps other dependencies.
Note that this update has 22.2.0 which strictly enforces the reserved Keywords https://twitter.github.io/scrooge/changelog.html#id5
The list of reserved keywords are: https://github.com/twitter/scrooge/blob/a647e1d9dfbd2935cbfdac84fceb72b9cc9267f2/scrooge-generator/src/main/scala/com/twitter/scrooge/frontend/ThriftKeywords.scala#L10
As a result of this the client for scrooge-extras
which is content-api-model
is not able to pass the CI test as we are using end
reserved keyword in our v1.thrift file. ref: guardian/content-api-models#231