Skip to content

Commit

Permalink
Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#96)
Browse files Browse the repository at this point in the history
Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.2...v3.0)

---
updated-dependencies:
- dependency-name: org.hamcrest:hamcrest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent d6ffb3c commit 18c3203
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version.lib.coherence>24.03.1</version.lib.coherence>
<version.lib.lombok>1.18.34</version.lib.lombok>
<version.lib.junit>5.10.3</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
Expand Down
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<version.lib.coherence>24.03.1</version.lib.coherence>
<version.lib.lombok>1.18.34</version.lib.lombok>
<version.lib.junit>5.10.3</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
Expand Down
2 changes: 1 addition & 1 deletion orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<version.lib.coherence>24.03.1</version.lib.coherence>
<version.lib.lombok>1.18.34</version.lib.lombok>
<version.lib.junit>5.10.3</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
Expand Down
2 changes: 1 addition & 1 deletion payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<version.lib.coherence>24.03.1</version.lib.coherence>
<version.lib.lombok>1.18.34</version.lib.lombok>
<version.lib.junit>5.10.3</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.mockito>3.9.0</version.lib.mockito>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
Expand Down
2 changes: 1 addition & 1 deletion shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<version.lib.coherence>24.03.1</version.lib.coherence>
<version.lib.lombok>1.18.34</version.lib.lombok>
<version.lib.junit>5.10.3</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
Expand Down
2 changes: 1 addition & 1 deletion users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<version.lib.coherence>24.03.1</version.lib.coherence>
<version.lib.lombok>1.18.34</version.lib.lombok>
<version.lib.junit>5.10.3</version.lib.junit>
<version.lib.hamcrest>2.2</version.lib.hamcrest>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
Expand Down

0 comments on commit 18c3203

Please sign in to comment.