We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb2890 commit fca9e79Copy full SHA for fca9e79
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>4.55</version>
+ <version>4.56-flatten-all-deps-SNAPSHOT</version>
8
<relativePath />
9
</parent>
10
@@ -107,10 +107,15 @@
107
108
<dependencyManagement>
109
<dependencies>
110
+ <dependency>
111
+ <groupId>io.jenkins.plugins</groupId>
112
+ <artifactId>okhttp-api</artifactId>
113
+ <version>4.10.0-126.v64163ce5965d</version>
114
+ </dependency>
115
<dependency>
116
<groupId>io.jenkins.tools.bom</groupId>
117
<artifactId>bom-2.361.x</artifactId>
- <version>1750.v0071fa_4c4a_e3</version>
118
+ <version>1887.vda_d0ddb_c15c4</version>
119
<scope>import</scope>
120
<type>pom</type>
121
</dependency>
0 commit comments