Skip to content

Commit 54c28db

Browse files
chore: [DevOps] bump the test group with 2 updates
Bumps the test group with 2 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `net.bytebuddy:byte-buddy` from 1.18.5 to 1.18.7 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.5...byte-buddy-1.18.7) Updates `org.mockito:mockito-junit-jupiter` from 5.21.0 to 5.22.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a34208c commit 54c28db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<slf4j.version>2.0.17</slf4j.version>
104104
<assertj-core.version>3.27.7</assertj-core.version>
105105
<assertj-vavr.version>0.4.3</assertj-vavr.version>
106-
<mockito.version>5.21.0</mockito.version>
106+
<mockito.version>5.22.0</mockito.version>
107107
<jsonassert.version>1.5.3</jsonassert.version>
108108
<junit.jupiter.version>6.0.3</junit.jupiter.version>
109109
<codemodel.version>2.6</codemodel.version>
@@ -124,7 +124,7 @@
124124
<qdox.version>2.2.0</qdox.version>
125125
<wiremock.version>3.13.2</wiremock.version>
126126
<checkstyle.version>12.3.1</checkstyle.version>
127-
<byte-buddy.version>1.18.5</byte-buddy.version>
127+
<byte-buddy.version>1.18.7</byte-buddy.version>
128128
<snakeyaml.version>2.5</snakeyaml.version>
129129
<commons-codec.version>1.21.0</commons-codec.version>
130130
<commons-beanutils.version>1.11.0</commons-beanutils.version>

0 commit comments

Comments
 (0)