Skip to content

Commit f0a66d4

Browse files
Bump the gradle-minor-patch group across 1 directory with 3 updates
Bumps the gradle-minor-patch group with 2 updates in the / directory: [com.google.code.gson:gson](https://github.com/google/gson) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework). Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.3 to 5.14.4 - [Commits](junit-team/junit-framework@r5.14.3...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.14.3 to 5.14.4 - [Commits](junit-team/junit-framework@r5.14.3...r5.14.4) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 162b8fe commit f0a66d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ dependencies {
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.13.2'
113+
implementation 'com.google.code.gson:gson:2.14.0'
114114
implementation 'io.gsonfire:gson-fire:1.9.0'
115115
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
116116
implementation 'org.openapitools:jackson-databind-nullable:0.2.10'
117117
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
118118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
119+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4'
120120
testImplementation 'org.mockito:mockito-core:5.23.0'
121-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
121+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4'
122122
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
123123
}
124124

0 commit comments

Comments
 (0)