Skip to content

Commit 8e5ddd7

Browse files
saurabh-ossclaude
andcommitted
fix: pin explicit versions for okhttp-api and gson-api
The bom-2.528.x BOM does not manage okhttp-api or gson-api, causing a Maven build failure with 'dependency has no version'. Pin to latest released versions until they are included in the BOM. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ff8c413 commit 8e5ddd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,14 @@
103103
<dependency>
104104
<groupId>io.jenkins.plugins</groupId>
105105
<artifactId>okhttp-api</artifactId>
106+
<version>5.3.2-200.vedb_720a_cf1f8</version>
106107
</dependency>
107108

108109
<!-- JSON Processing via Jenkins API plugin (replaces direct gson bundling) -->
109110
<dependency>
110111
<groupId>io.jenkins.plugins</groupId>
111112
<artifactId>gson-api</artifactId>
113+
<version>2.13.2-198.v45e4a_55d9b_a_a_</version>
112114
</dependency>
113115

114116
<!-- Markdown to HTML for reports -->

0 commit comments

Comments
 (0)