Skip to content

Commit

Permalink
Bump net.datafaker:datafaker from 2.3.1 to 2.4.0 (#3532)
Browse files Browse the repository at this point in the history
Bumps
[net.datafaker:datafaker](https://github.com/datafaker-net/datafaker)
from 2.3.1 to 2.4.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/334db1829a25905f2e6f6b2e8d56c5959d4ce2cf"><code>334db18</code></a>
[maven-release-plugin] prepare release v2.4.0</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/0ba0beaecd6004810d088f9efcddd5a5ac3298f1"><code>0ba0bea</code></a>
[maven-release-plugin] rollback the release of v2.4.0</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/ec95025e28683ee70634a75f2678162dcd828395"><code>ec95025</code></a>
Reduced test execution.</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/bf3a8d96fc7e568d328a269ec6584fde4ff070dd"><code>bf3a8d9</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/9ed39a5c4951927681361374d1f4f156dcb4b36f"><code>9ed39a5</code></a>
[maven-release-plugin] prepare release v2.4.0</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/e27365cbeb847cb044aee304e1edaaacc2fdc152"><code>e27365c</code></a>
Merge pull request <a
href="https://redirect.github.com/datafaker-net/datafaker/issues/1362">#1362</a>
from datafaker-net/renovate/mockito-monorepo</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/eae8782d3595eeab24ef7f6fa7447b7d15a6a41d"><code>eae8782</code></a>
Merge branch 'main' into renovate/mockito-monorepo</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/de43825563b622db98e83b54372f96700893c473"><code>de43825</code></a>
Merge pull request <a
href="https://redirect.github.com/datafaker-net/datafaker/issues/1361">#1361</a>
from datafaker-net/renovate/maven-gpg-plugin.version</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/ede63f4dc496268f1398ca62e6f293db8a16fb04"><code>ede63f4</code></a>
chore(deps): update dependency org.mockito:mockito-core to v5.14.0</li>
<li><a
href="https://github.com/datafaker-net/datafaker/commit/1398f07baf0351febe8df29e42ec57b0d34fc207"><code>1398f07</code></a>
chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin
to v...</li>
<li>Additional commits viewable in <a
href="https://github.com/datafaker-net/datafaker/compare/v2.3.1...v2.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.datafaker:datafaker&package-manager=gradle&previous-version=2.3.1&new-version=2.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
PaulKBaumann authored Sep 30, 2024
2 parents 2368373 + 6816313 commit cf2dec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/lib-bie-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

dependencies {
implementation 'net.datafaker:datafaker:2.3.1'
implementation 'net.datafaker:datafaker:2.4.0'
implementation "com.google.guava:guava"
}
2 changes: 1 addition & 1 deletion shared/lib-metrics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-amqp'
implementation "jakarta.validation:jakarta.validation-api"
implementation 'net.datafaker:datafaker:2.3.1'
implementation 'net.datafaker:datafaker:2.4.0'
implementation "com.google.guava:guava"
implementation 'org.apache.commons:commons-lang3:3.17.0'

Expand Down

0 comments on commit cf2dec3

Please sign in to comment.