Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Bumps net.datafaker:datafaker from 2.4.1 to 2.4.2.

Release notes

Sourced from net.datafaker:datafaker's releases.

2.4.2

Things that changed in this release

  • cda7fb2f - Automate rolling of SNAPSHOT version in pom (#1438)
  • cbe31057 - feature: add movie name to movie provider (#1442)
  • 562ceed8 - Bump codecov/codecov-action from 5.0.0 to 5.0.2
  • 36c04ae8 - Bump codecov/codecov-action from 4.6.0 to 5.0.0
  • fe28ca9f - Bump com.googlecode.libphonenumber:libphonenumber
  • cd7e58d2 - Brazil passport number
  • fde98f09 - Finance provider extension with a new card type UNIONPAY and card number generator for it
  • 92427bd8 - Update Dota2Provider dota2.yml
  • ff110bfc - swedish ssn cannot have format like XXXXXX-000X (#1434)
  • 1b19bdc6 - Update snapshot version in pom.xml (#1429)
  • c82724cd - Add greek values for Football provider
  • 7463ece4 - Experimenting with Renovate to bundle all renovate PRs once a week. (#1427)
  • fa65768a - chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.1
  • 9619611c - chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2
  • 5f9e1766 - chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2
  • 8c61c5be - Release notes for version 2.4.1.
  • f073184d - Added numberBetween for doubles. (#1392)
  • 87a38039 - improve test for faker.expression
  • 583e81d0 - #1412 fix concurrency issue in CopyOnWriteMap
  • 1dc01bb1 - #1412 avoid swallowing errors happened in child threads in Issue759Test
  • 0f50bbec - fix flaky UniversityTest
  • 6f00a785 - Feature: new methods nextInt(Range) and nextLong(Range) (#1416)
  • d5f4ffb6 - fix typo in test name
  • 63b6ba4d - add assertions to DateAndTimeTest.java
  • 832116d9 - fix flaky test NameTest.java with Greek names
  • 089f7ade - Add greek values for Name provider (#1415)
  • d00cb0de - Merge pull request #1413 from datafaker-net/renovate/libphonenumber.version
  • 3e096530 - fix(deps): update dependency com.googlecode.libphonenumber:libphonenumber to v8.13.49
  • 9efbce1b - fix: University tests
  • e90e2973 - Merge pull request #1410 from gvrettos/feature/measurement-el_GR
  • 054a8b76 - Move utility method for tests on top of the actual tests
  • 79e2821d - Fix test for Job provider for el_GR locale to accept skills of up to 4 words
  • e10eb768 - Add tests for Job provider for el_GR locale
  • 7c0bb4a4 - Add tests for GreekPhilosopher provider for el_GR locale
  • 8171a5f3 - Add tests for Ancient provider for el_GR locale
  • d97f15cf - Add tests for Measurement provider for el_GR locale
  • f5a93122 - Add greek translations for Measurement provider
Commits
  • cda7fb2 Automate rolling of SNAPSHOT version in pom (#1438)
  • cbe3105 feature: add movie name to movie provider (#1442)
  • 562ceed Bump codecov/codecov-action from 5.0.0 to 5.0.2
  • 36c04ae Bump codecov/codecov-action from 4.6.0 to 5.0.0
  • fe28ca9 Bump com.googlecode.libphonenumber:libphonenumber
  • cd7e58d Brazil passport number
  • fde98f0 Finance provider extension with a new card type UNIONPAY and card number gene...
  • 92427bd Update Dota2Provider dota2.yml
  • ff110bf swedish ssn cannot have format like XXXXXX-000X (#1434)
  • 1b19bdc Update snapshot version in pom.xml (#1429)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [net.datafaker:datafaker](https://github.com/datafaker-net/datafaker) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/datafaker-net/datafaker/releases)
- [Commits](datafaker-net/datafaker@v2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: net.datafaker:datafaker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/net.datafaker-datafaker-2.4.2 branch December 10, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant