jdbc-named-parameters icon indicating copy to clipboard operation
jdbc-named-parameters copied to clipboard

Update dependencies

Open GlennMatthys opened this issue 6 years ago • 0 comments

  • JUnit 5 instead of 4
  • Tests use new JUnit 5 API
    • Remove dependency on Hamcrest, assertEquals() is basically the same as assertThat(..., is(...))
  • Update build plugin versions
  • Sets compiler source & target to version 1.6 as there is code that will not work on earlier versions of Java

GlennMatthys avatar Sep 16 '18 14:09 GlennMatthys