Bump gson from 2.8.7 to 2.8.9 in /freemarker-generator-tools

Bumps [gson](https://github.com/google/gson) from 2.8.7 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.7...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: f1dc5ab44978db1dc6594df54c45310dc4ee6c3b
  1. freemarker-generator-base/
  2. freemarker-generator-cli/
  3. freemarker-generator-maven-plugin/
  4. freemarker-generator-maven-plugin-sample/
  5. freemarker-generator-tools/
  6. licences/
  7. src/
  8. .gitignore
  9. .travis.yml
  10. LICENSE
  11. NOTICE
  12. pom.xml
  13. README.md
  14. travis.bat
  15. travis.sh
README.md

Apache FreeMarker Generator

For documentation or to report bugs visit: https://freemarker.apache.org

Regarding pull requests on GitHub

By sending a pull request you grant the Apache Software Foundation sufficient rights to use and release the submitted work under the Apache license. You grant the same rights (copyright license, patent license, etc.) to the Apache Software Foundation as if you have signed a Contributor License Agreement. For contributions that are judged to be non-trivial, you will be asked to actually signing a Contributor License Agreement.

What is Apache FreeMarker Generator?

FreeMarker Generator is a set of tools that generates files based on FreeMarker templates and data that's typically provided in files (such as JSON files) as well. It can be used to generated source code, configuration files, etc.

Currently it can be invoked as a

  • Command-line interface freemarker-generator
  • Maven plug-in freemarker-generator-maven-plugin

Building Apache FreeMarker Generator

To create the artifacts locally run

mvn clean install

To build the documentation site run

mvn clean site site:stage

Licensing

Apache FreeMarker Generator is licensed under the Apache License, Version 2.0.

See the LICENSE file for more details!