Skip to content

Commit 3aa7308

Browse files
deps: bump the minor-patch-dependencies group with 3 updates (#393)
Bumps the minor-patch-dependencies group with 3 updates: software.amazon.awssdk:bom, [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and [com.google.api-client:google-api-client](https://github.com/googleapis/google-api-java-client). Updates `software.amazon.awssdk:bom` from 2.41.34 to 2.42.4 Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.2/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v3.0.1...v3.0.2) Updates `com.google.api-client:google-api-client` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-api-java-client@v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.42.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.google.api-client:google-api-client dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor 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 19791d8 commit 3aa7308

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>software.amazon.awssdk</groupId>
2929
<artifactId>bom</artifactId>
30-
<version>2.41.34</version>
30+
<version>2.42.4</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.41.34</version>
48+
<version>2.42.4</version>
4949
<type>pom</type>
5050
<scope>compile</scope>
5151
</dependency>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.springdoc</groupId>
7878
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
79-
<version>3.0.1</version>
79+
<version>3.0.2</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.module</groupId>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.google.api-client</groupId>
133133
<artifactId>google-api-client</artifactId>
134-
<version>2.8.1</version>
134+
<version>2.9.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.bigboxer23</groupId>

0 commit comments

Comments
 (0)