Skip to content

Commit b8ffe3d

Browse files
[release_v1]: bump the all-modules group across 1 directory with 4 updates
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), [no.elixir:crypt4gh](https://github.com/ELIXIR-NO/FEGA-Norway), [no.elixir:clearinghouse](https://github.com/ELIXIR-NO/FEGA-Norway) and [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml). Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.2...v4.0.3) Updates `no.elixir:crypt4gh` from 3.0.46 to 3.0.47 - [Release notes](https://github.com/ELIXIR-NO/FEGA-Norway/releases) - [Commits](ELIXIR-NO/FEGA-Norway@crypt4gh-3.0.46...crypt4gh-3.0.47) Updates `no.elixir:clearinghouse` from 3.0.18 to 3.0.19 - [Release notes](https://github.com/ELIXIR-NO/FEGA-Norway/releases) - [Commits](ELIXIR-NO/FEGA-Norway@crypt4gh-3.0.18...crypt4gh-3.0.19) Updates `org.yaml:snakeyaml` from 2.5 to 2.6 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: no.elixir:crypt4gh dependency-version: 3.0.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: no.elixir:clearinghouse dependency-version: 3.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c59c502 commit b8ffe3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sda-doa/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.2</version>
8+
<version>4.0.3</version>
99
<relativePath/>
1010
</parent>
1111
<groupId>no.uio.ifi</groupId>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>no.elixir</groupId>
110110
<artifactId>crypt4gh</artifactId>
111-
<version>3.0.46</version>
111+
<version>3.0.48</version>
112112
<exclusions>
113113
<exclusion>
114114
<groupId>org.slf4j</groupId>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>no.elixir</groupId>
121121
<artifactId>clearinghouse</artifactId>
122-
<version>3.0.18</version>
122+
<version>3.0.19</version>
123123
<exclusions>
124124
<exclusion>
125125
<groupId>org.slf4j</groupId>
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.yaml</groupId>
132132
<artifactId>snakeyaml</artifactId>
133-
<version>2.5</version>
133+
<version>2.6</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)