Skip to content

3.10.0

Compare
Choose a tag to compare
@michael-simons michael-simons released this 12 Nov 13:04
· 23 commits to main since this release

What's Changed

⚠️ Another minor, due to the fact that we need to bump ClassGraph in OGM to make it work with the latest Quarkus version and that we needed to do a major for Quarkus-Neo4j as it needed some bigger adjustments to work with the latest Neo4j Java driver.

🧹 Housekeeping

  • ba6dfa8 Bump org.codehaus.mojo:exec-maven-plugin (#408)
  • 5089d72 Bump and align driver and Quarkus.
  • 3106ddf Bump org.apache.maven.plugins:maven-checkstyle-plugin (#410)
  • 79e4454 Bump org.jreleaser:jreleaser-maven-plugin (#409)
  • 3c7d17a Bump com.puppycrawl.tools:checkstyle (#407)
  • a30aafc build(deps-dev): Bump graalvm.version from 24.1.0 to 24.1.1 (#405)
  • 88c4046 Bump eu.michael-simons.neo4j:neo4j-migrations-quarkus
  • 0574676 Bump neo4j-ogm.version from 4.0.12 to 4.0.12 and Quarkus from 3.15.1 to 3.16.1
  • 6b1cc33 Bump org.apache.maven.plugins:maven-gpg-plugin (#387)
  • c461090 Bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1 (#389)
  • c3eccc4 Bump quarkus-neo4j.version from 4.3.0 to 4.4.0 (#385)
  • 2596f00 Bump eu.michael-simons.neo4j:neo4j-migrations-quarkus (#396)
  • b6c9574 Bump org.apache.maven.plugins:maven-surefire-plugin (#399)
  • de2c7e4 Bump org.apache.maven.plugins:maven-javadoc-plugin (#400)
  • 1a87c12 Bump org.apache.maven.plugins:maven-failsafe-plugin (#401)
  • f6fc938 Bump com.puppycrawl.tools:checkstyle (#402)
  • 1fb7072 Bump quarkus.version from 3.15.0 to 3.15.1 (#388)
  • 8d87777 build(deps-dev): Bump graalvm.version from 23.0.5 to 24.1.0 (#383)
  • 2e8d34e Bump quarkus.version from 3.14.1 to 3.15.0 (#382)
  • 9170fee Bump org.apache.maven.plugins:maven-gpg-plugin (#381)

🛠 Build

  • 66a3cbf build: Remove polyglot pom import, doesn't work.