Skip to content

Commit

Permalink
chore: [DevOps] bump the test group with 2 updates (#121)
Browse files Browse the repository at this point in the history
Bumps the test group with 2 updates: [org.junit.jupiter:junit-jupiter-api](/~https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-params](/~https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3
- [Release notes](/~https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3
- [Release notes](/~https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
...

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] authored Oct 28, 2024
1 parent 8be7991 commit 5b0926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cloud-sdk.version>5.13.0</cloud-sdk.version>
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<wiremock.version>3.9.1</wiremock.version>
<assertj-core.version>3.26.3</assertj-core.version>
<slf4j.version>2.0.16</slf4j.version>
Expand Down

0 comments on commit 5b0926d

Please sign in to comment.