Skip to content

Commit 1d08fe1

Browse files
dependabot[bot]Abega1642
authored andcommitted
deps(deps): bump the gradle-dependencies group across 1 directory with 3 updates
Bumps the gradle-dependencies group with 2 updates in the / directory: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and software.amazon.awssdk:s3. Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.15 to 2.8.16 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.15...v2.8.16) Updates `software.amazon.awssdk:s3` from 2.41.33 to 2.42.4 Updates `software.amazon.awssdk:s3-transfer-manager` from 2.41.33 to 2.42.4 --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.42.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: software.amazon.awssdk:s3-transfer-manager dependency-version: 2.42.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 258b192 commit 1d08fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ dependencies {
4646
testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3'
4747
annotationProcessor 'org.projectlombok:lombok-mapstruct-binding:0.2.0'
4848

49-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15'
49+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.16'
5050

5151
implementation 'org.owasp.encoder:encoder:1.4.0'
5252
implementation 'org.springframework.boot:spring-boot-starter-web'
5353

54-
implementation 'software.amazon.awssdk:s3:2.41.33'
55-
implementation 'software.amazon.awssdk:s3-transfer-manager:2.41.33'
54+
implementation 'software.amazon.awssdk:s3:2.42.4'
55+
implementation 'software.amazon.awssdk:s3-transfer-manager:2.42.4'
5656

5757
runtimeOnly 'org.postgresql:postgresql'
5858
runtimeOnly 'com.mysql:mysql-connector-j'

0 commit comments

Comments
 (0)