What's Changed
- Fix type parameter order in ArgumentsValidatorBuilder delegation by @making in #375
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #376
- Revert "Fix type parameter order in ArgumentsValidatorBuilder delegation" by @making in #377
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1 by @dependabot in #386
- Bump com.mycila:license-maven-plugin from 4.3 to 4.5 by @dependabot in #387
- Bump kotlin.version from 1.9.23 to 1.9.24 by @dependabot in #384
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.23.0 to 2.24.0 by @dependabot in #393
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by @dependabot in #392
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 by @dependabot in #382
- Bump net.revelc.code.formatter:formatter-maven-plugin from 2.24.0 to 2.24.1 by @dependabot in #395
- Bump maven-surefire-plugin.version from 3.2.5 to 3.3.0 by @dependabot in #396
- Make
Arguments1ValidatorBuilder
returnArguments1Validator
instead ofValueValidator
for the consistency by @making in #397 - Fix wrong nullAs in
equalTo
andoneOf
by @making in #398 - Add
notOneOf
by @making in #399
Full Changelog: 0.14.0...0.14.1