{{ message }}
Tags: datafaker-net/datafaker
Tags
Fix lowercase country code in Finance.bic() (#1853) (#1855) countryCode2() returns lowercase ISO codes; the BIC regex requires uppercase, causing generated BICs to fail ISO 9362 validation. Fix: apply toUpperCase(Locale.ROOT) before interpolating the country code into the regex pattern. Also adds Javadoc to Finance.bic() and Country provider methods, bumps iban-commons to 1.8.8, and replaces deprecated assertThatIbanOf with assertThatIban in FinanceTest. Reported-by: Marco Ferretti (@mferretti)
Ukrainian Locale Enhancements (#1704) * Add Ukrainian universities * Add Ukrainian vehicle details * Add tests for Ukrainian license plates, fuel types, and transmissions * Move tests for Ukrainian license plates, fuel types, and transmissions to the new VehicleLocaleTest class * Normalize license plates by converting them to uppercase for consistency * Add locale-specific testing infrastructure for BaseFaker and tests for UK and UZ university names
Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
PreviousNext
