Skip to content

Commit

Permalink
Bump the all-modules group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all-modules group with 4 updates in the /sda-doa directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [io.minio:minio](https://github.com/minio/minio-java), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml).


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.4.0)

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

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

Updates `org.yaml:snakeyaml` from 2.2 to 2.3
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-modules
- 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-patch
  dependency-group: all-modules
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 2a3a7bc commit 97ba4c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sda-doa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<relativePath/>
</parent>
<groupId>no.uio.ifi</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.12</version>
<version>8.5.14</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.11.0</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 97ba4c6

Please sign in to comment.