Skip to content

1.13.2

Compare
Choose a tag to compare
@michael-simons michael-simons released this 24 Oct 08:19
· 899 commits to main since this release
1f02803

What's Changed

⚠️ This is a breaking change ⚠️

@SaschaPeukert notified us that 7e53e57 will break compatibility with older Spring Boot Versions (older than 2.7.0) as the new dedicated @AutoConfiguration was introduced in that release for the first time. It's debatable whether the compatibility of our tool with Spring Boot 2.6 was as promised or coincidentally, but this should not have happened and we are sorry for that.

🔄️ Refactorings

🧹 Housekeeping

  • 4e49df8 Bump mockito.version from 4.8.0 to 4.8.1 (#688)
  • 70015ae Bump quarkus.version from 2.13.2.Final to 2.13.3.Final (#687)
  • 7758897 Bump commonmark from 0.19.0 to 0.20.0 (#689)
  • cc9cb0a Bump native-maven-plugin from 0.9.14 to 0.9.16 (#691)
  • 5bb1283 Bump plexus-utils from 3.4.2 to 3.5.0 (#692)
  • 3ab929a Bump spring-boot.version from 2.7.4 to 2.7.5 (#693)
  • 660a6dc Bump neo4j-cypher-dsl-schema-name-support from 2022.7.2 to 2022.7.3 (#694)
  • d024823 Bump spring-data-neo4j from 6.3.3 to 6.3.5 (#685)
  • 64bf663 Bump error_prone_annotations from 2.15.0 to 2.16 (#684)
  • 69440fd Bump byte-buddy.version from 1.12.17 to 1.12.18 (#683)
  • 5f79a41 Bump neo4j-harness from 4.4.11 to 4.4.12 (#682)
  • 8a485c1 Bump quarkus.version from 2.13.1.Final to 2.13.2.Final (#680)

🛠 Build

  • 8ffcea1 Use inputEncoding for checkstyle plugin.