Skip to content

Commit 4134055

Browse files
deps: bump the minor-patch-dependencies group with 2 updates (#397)
Bumps the minor-patch-dependencies group with 2 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and software.amazon.awssdk:bom. Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.4...v4.0.5) Updates `software.amazon.awssdk:bom` from 2.42.18 to 2.42.23 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: software.amazon.awssdk:bom dependency-version: 2.42.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98aef94 commit 4134055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.4</version>
8+
<version>4.0.5</version>
99
<relativePath/>
1010
<!-- lookup parent from repository -->
1111
</parent>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>software.amazon.awssdk</groupId>
2929
<artifactId>bom</artifactId>
30-
<version>2.42.18</version>
30+
<version>2.42.23</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>software.amazon.awssdk</groupId>
4747
<artifactId>bom</artifactId>
48-
<version>2.42.18</version>
48+
<version>2.42.23</version>
4949
<type>pom</type>
5050
<scope>compile</scope>
5151
</dependency>

0 commit comments

Comments
 (0)