3.7
github-actions
released this
17 Apr 09:08
·
93 commits
to refs/heads/master
since this release
🚀 New features and improvements
- Upgrade to Apache Cassandra 3.11.12 (#109) @olamy
- Adding jdk11 options (#64) @effrafax
- statement.split(";") cannot be used with strings which contains symbo… (#24) @urvanov-ru
- Add groupId to build-helper-maven-plugin stanza (#22) @ajs6f
🐛 Bug Fixes
📦 Dependency updates
- Upgrade to Apache Cassandra 3.11.12 (#109) @olamy
- Bump commons-exec from 1.1 to 1.3 (#106) @dependabot
- Bump plexus-interpolation from 1.13 to 1.26 (#105) @dependabot
- Bump java-driver-core-shaded from 4.10.0 to 4.14.0 (#104) @dependabot
- Bump plexus-container-default from 1.0-alpha-9 to 2.1.1 (#101) @dependabot
- Bump plexus-utils from 2.0.5 to 3.4.1 (#102) @dependabot
- Bump commons-logging from 1.1.1 to 1.2 (#100) @dependabot
- Bump maven-filtering from 1.0-beta-4 to 3.2.0 (#99) @dependabot
- Bump build-helper-maven-plugin from 1.9 to 3.3.0 (#95) @dependabot
- Bump log4jVersion from 2.1 to 2.17.2 (#97) @dependabot
- Bump hamcrest-core from 2.1 to 2.2 (#94) @dependabot
- Bump junit from 4.8.1 to 4.13.1 in /src/it/smoke (#91) @dependabot
- Bump slf4j-api from 1.7.7 to 1.7.36 (#93) @dependabot
- Bump junit from 4.8.1 to 4.13.1 in /src/it/spaces in path (#90) @dependabot
- Bump mojo-parent from 66 to 67 (#86) @dependabot
- Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#85) @dependabot
- Bump mojo-parent from 65 to 66 (#84) @dependabot
- Bump maven-project-info-reports-plugin from 3.2.1 to 3.2.2 (#80) @dependabot
- Bump mockito-inline from 4.3.1 to 4.4.0 (#81) @dependabot
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#82) @dependabot
- Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#83) @dependabot
- Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.1 (#73) @dependabot
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#76) @dependabot
- Bump slf4j-api from 1.7.35 to 1.7.36 (#74) @dependabot
- Bump cassandra-all from 3.11.11 to 3.11.12 (#79) @dependabot
- Bump java-driver-core from 4.13.0 to 4.14.0 (#77) @dependabot
- Bump mockito-inline from 4.2.0 to 4.3.1 (#71) @dependabot
- Bump slf4j-api from 1.7.33 to 1.7.35 (#72) @dependabot
- Bump slf4j-api from 1.7.32 to 1.7.33 (#69) @dependabot
- Bump maven-jar-plugin from 3.2.1 to 3.2.2 (#67) @dependabot
- Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#68) @dependabot
- Bump maven-jar-plugin from 3.2.0 to 3.2.1 (#65) @dependabot
- Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 (#66) @dependabot
- Bump plexus-container-default from 2.1.0 to 2.1.1 (#63) @dependabot
- Bump maven-dependency-plugin from 2.8 to 3.2.0 (#60) @dependabot
- Bump maven-filtering from 1.0-beta-4 to 3.2.0 (#55) @dependabot
- Bump build-helper-maven-plugin from 1.9 to 3.2.0 (#56) @dependabot
- Bump maven-toolchain from 2.0.9 to 2.2.1 (#59) @dependabot
- Bump maven-project-info-reports-plugin from 2.8.1 to 3.1.2 (#58) @dependabot
- Bump maven-jar-plugin from 2.4 to 3.2.0 (#53) @dependabot
- Bump plexus-container-default from 1.0-alpha-9 to 2.1.0 (#54) @dependabot
- Bump slf4j-api from 1.7.7 to 1.7.32 (#57) @dependabot
- Bump maven-deploy-plugin from 2.7 to 2.8.2 (#61) @dependabot
- Bump mockito-inline from 4.1.0 to 4.2.0 (#62) @dependabot
- Bump powermock-api-mockito from 1.5.6 to 1.7.4 (#43) @dependabot
- Bump plexus-utils from 2.0.5 to 3.4.1 (#51) @dependabot
- Bump maven-compiler-plugin from 2.3.2 to 3.8.1 (#50) @dependabot
- Bump powermock-module-junit4-rule from 1.5.6 to 2.0.9 (#52) @dependabot
- Bump mockito-core from 1.10.8 to 4.1.0 (#48) @dependabot
- Bump maven-install-plugin from 2.3.1 to 2.5.2 (#49) @dependabot
- Bump surefirePluginVersion from 2.18.1 to 2.22.2 (#44) @dependabot
- Bump maven-clean-plugin from 2.5 to 3.1.0 (#46) @dependabot
- Bump mojo-parent from 40 to 65 (#45) @dependabot
- Bump junit from 4.8.1 to 4.13.1 in /src/it/smoke (#37) @dependabot
- Bump junit from 4.8.1 to 4.13.1 in /src/it/spaces in path (#38) @dependabot
- Bump log4j-core from 2.1 to 2.15.0 (#42) @dependabot
- Bump junit from 4.8.1 to 4.13.1 (#36) @dependabot
📝 Documentation updates
- Example added to allow running integration test Cassandra Server 3.x. (#40) @whitingjr