Skip to content

Commit

Permalink
Bump the all-modules group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all-modules group with 5 updates in the /sda-doa directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.11.0` | `2.12.1` |
| no.elixir:crypt4gh | `3.0.5` | `3.0.12` |
| no.elixir:clearinghouse | `2.0.6` | `2.0.11` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.3` | `2.4` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `com.google.code.gson:gson` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1)

Updates `no.elixir:crypt4gh` from 3.0.5 to 3.0.12

Updates `no.elixir:clearinghouse` from 2.0.6 to 2.0.11

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-modules
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-modules
- dependency-name: no.elixir:crypt4gh
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-modules
- dependency-name: no.elixir:clearinghouse
  dependency-type: direct:production
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent ef86ef3 commit 0f283a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.4.2</version>
<version>3.4.3</version>
<relativePath/>
</parent>
<groupId>no.uio.ifi</groupId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>no.elixir</groupId>
<artifactId>crypt4gh</artifactId>
<version>3.0.5</version>
<version>3.0.12</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -127,7 +127,7 @@
<dependency>
<groupId>no.elixir</groupId>
<artifactId>clearinghouse</artifactId>
<version>2.0.6</version>
<version>2.0.11</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -138,7 +138,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0f283a7

Please sign in to comment.