Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 14:50
· 84 commits to main since this release
c7cb8fa

Breaking Change ⚠️

The Pull request that changes java.util.Date to OffsetDateTime class will break any methods in your form-flow applications that expect Date objects, i.e. calls to getSubmittedAt(). Those methods now return OffsetDateTime objects. An example of a code change triggered by theOffsetDateTime pull request can be found here.

What's Changed

Dependency Updates

  • Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #474
  • Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.6.1 to 3.7.0 by @dependabot in #473
  • Bump gradle/gradle-build-action from 2.10.0 to 2.11.0 by @dependabot in #472
  • Bump com.mailgun:mailgun-java from 1.1.0 to 1.1.1 by @dependabot in #470
  • Bump org.springframework.integration:spring-integration-ws from 6.2.0 to 6.2.1 by @dependabot in #475
  • Bump gradle/gradle-build-action from 2.11.0 to 2.11.1 by @dependabot in #478
  • Bump com.github.librepdf:openpdf from 1.3.34 to 1.3.35 by @dependabot in #479
  • Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 by @dependabot in #480
  • Bump io.github.bonigarcia:webdrivermanager from 5.6.2 to 5.6.3 by @dependabot in #481

Full Changelog: 1.0.0...1.1.0