diff --git a/CHANGELOG.md b/CHANGELOG.md index 4183671..309b42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.2.0+9] - June 11, 2024 + +* Automated dependency updates + + ## [3.2.0+8] - June 4, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index 6557fbf..43fd24d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'template_expressions' description: 'A Dart library to process string based templates using expressions.' homepage: 'https://github.com/peiffer-innovations/template_expressions' -version: '3.2.0+8' +version: '3.2.0+9' environment: sdk: '>=3.0.0 <4.0.0' @@ -12,7 +12,7 @@ dependencies: encrypt: '^5.0.3' fake_async: '^1.3.0' intl: '^0.19.0' - json_class: '^3.0.0+13' + json_class: '^3.0.0+14' json_path: '>=0.6.3 <1.0.0' logging: '^1.2.0' meta: '^1.12.0' @@ -24,7 +24,7 @@ dependencies: dev_dependencies: flutter_lints: '^4.0.0' - test: '^1.25.6' + test: '^1.25.7' permittedLicenses: - 'Apache-2.0'