Skip to content

Commit fca9e79

Browse files
committed
1 parent 8fb2890 commit fca9e79

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.55</version>
7+
<version>4.56-flatten-all-deps-SNAPSHOT</version>
88
<relativePath />
99
</parent>
1010

@@ -107,10 +107,15 @@
107107

108108
<dependencyManagement>
109109
<dependencies>
110+
<dependency>
111+
<groupId>io.jenkins.plugins</groupId>
112+
<artifactId>okhttp-api</artifactId>
113+
<version>4.10.0-126.v64163ce5965d</version>
114+
</dependency>
110115
<dependency>
111116
<groupId>io.jenkins.tools.bom</groupId>
112117
<artifactId>bom-2.361.x</artifactId>
113-
<version>1750.v0071fa_4c4a_e3</version>
118+
<version>1887.vda_d0ddb_c15c4</version>
114119
<scope>import</scope>
115120
<type>pom</type>
116121
</dependency>

0 commit comments

Comments
 (0)