Skip to content

Commit d0085ee

Browse files
Bump the gradle-minor-patch group with 5 updates
Bumps the gradle-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | io.swagger:swagger-annotations | `1.6.14` | `1.6.16` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.11.0` | `2.13.2` | | [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.6` | `0.2.8` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.2` | `5.21.0` | | org.apache.commons:commons-lang3 | `3.17.2` | `3.20.0` | Updates `io.swagger:swagger-annotations` from 1.6.14 to 1.6.16 Updates `com.google.code.gson:gson` from 2.11.0 to 2.13.2 - [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.13.2) Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.8 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.8) Updates `org.mockito:mockito-core` from 5.14.2 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.2...v5.21.0) Updates `org.apache.commons:commons-lang3` from 3.17.2 to 3.20.0 --- updated-dependencies: - dependency-name: io.swagger:swagger-annotations dependency-version: 1.6.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f6f422 commit d0085ee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ ext {
106106
}
107107

108108
dependencies {
109-
implementation 'io.swagger:swagger-annotations:1.6.14'
109+
implementation 'io.swagger:swagger-annotations:1.6.16'
110110
implementation "com.google.code.findbugs:jsr305:3.0.2"
111111
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
112112
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
113-
implementation 'com.google.code.gson:gson:2.11.0'
113+
implementation 'com.google.code.gson:gson:2.13.2'
114114
implementation 'io.gsonfire:gson-fire:1.9.0'
115115
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
116-
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
117-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.2'
116+
implementation 'org.openapitools:jackson-databind-nullable:0.2.8'
117+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
118118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119119
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
120-
testImplementation 'org.mockito:mockito-core:5.14.2'
120+
testImplementation 'org.mockito:mockito-core:5.21.0'
121121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
122122
}
123123

0 commit comments

Comments
 (0)