Skip to content

Commit

Permalink
Bump the all-modules group in /sda-doa with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-modules group in /sda-doa with 2 updates: [io.minio:minio](https://github.com/minio/minio-java) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5).


Updates `io.minio:minio` from 8.5.11 to 8.5.12
- [Release notes](https://github.com/minio/minio-java/releases)
- [Commits](minio/minio-java@8.5.11...8.5.12)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

---
updated-dependencies:
- dependency-name: io.minio:minio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-modules
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 32a3da6 commit ce183fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sda-doa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.11</version>
<version>8.5.12</version>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ce183fb

Please sign in to comment.