Skip to content

Commit 45b7bfc

Browse files
committed
Bump Gradle minor-patch dependencies (#14)
- io.swagger:swagger-annotations: 1.6.14 → 1.6.16 - com.google.code.gson:gson: 2.11.0 → 2.13.2 - org.openapitools:jackson-databind-nullable: 0.2.6 → 0.2.8 - org.mockito:mockito-core: 5.14.2 → 5.21.0 - Sync pom.xml dependency versions with build.gradle
1 parent 715723e commit 45b7bfc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 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'
116+
implementation 'org.openapitools:jackson-databind-nullable:0.2.8'
117117
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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@
325325
<maven.compiler.target>${java.version}</maven.compiler.target>
326326
<gson-fire-version>1.9.0</gson-fire-version>
327327
<okhttp-version>4.12.0</okhttp-version>
328-
<gson-version>2.11.0</gson-version>
328+
<gson-version>2.13.2</gson-version>
329329
<commons-lang3-version>3.20.0</commons-lang3-version>
330-
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
330+
<jackson-databind-nullable-version>0.2.8</jackson-databind-nullable-version>
331331
<jakarta-annotation-version>3.0.0</jakarta-annotation-version>
332332
<beanvalidation-version>2.0.2</beanvalidation-version>
333333
<junit-version>5.11.4</junit-version>

0 commit comments

Comments
 (0)