Skip to content

Commit 59dcbaa

Browse files
authored
Merge pull request #1249 from jenkinsci/renovate/org.jvnet.hudson.plugins-analysis-pom-12.x
Bump dependency org.jvnet.hudson.plugins:analysis-pom to v12.3200.vc79dce20f68b_
2 parents 4becf5f + 012af34 commit 59dcbaa

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

plugin/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<!-- Library Dependencies Versions -->
3737
<eclipse-collections.version>9.2.0</eclipse-collections.version>
38-
<testcontainers.version>2.0.4</testcontainers.version>
38+
<testcontainers.version>2.0.5</testcontainers.version>
3939

4040
<!-- Maven Surefire ArgLine -->
4141
<argLine>-Djava.awt.headless=true -Xmx1024m -Djenkins.test.timeout=1000 --add-opens java.base/java.lang=ALL-UNNAMED
@@ -53,7 +53,6 @@
5353
<dependency>
5454
<groupId>io.jenkins.plugins</groupId>
5555
<artifactId>forensics-api</artifactId>
56-
<version>4.1875.vefb_f97cb_4987</version>
5756
</dependency>
5857
<dependency>
5958
<groupId>io.jenkins.plugins</groupId>
@@ -62,12 +61,10 @@
6261
<dependency>
6362
<groupId>io.jenkins.plugins</groupId>
6463
<artifactId>plugin-util-api</artifactId>
65-
<version>7.1320.v684dd26fca_19</version>
6664
</dependency>
6765
<dependency>
6866
<groupId>io.jenkins.plugins</groupId>
6967
<artifactId>data-tables-api</artifactId>
70-
<version>2.3.7-1554.v6113418a_6935</version>
7168
</dependency>
7269
<dependency>
7370
<groupId>org.jenkins-ci.plugins</groupId>
@@ -78,10 +75,14 @@
7875
<dependency>
7976
<groupId>io.jenkins.plugins</groupId>
8077
<artifactId>forensics-api</artifactId>
81-
<version>4.1875.vefb_f97cb_4987</version>
8278
<scope>test</scope>
8379
<classifier>tests</classifier>
8480
</dependency>
81+
<dependency>
82+
<groupId>io.jenkins.plugins</groupId>
83+
<artifactId>jackson3-api</artifactId>
84+
<scope>test</scope>
85+
</dependency>
8586

8687
<!-- Custom for Integration Test-->
8788
<dependency>
@@ -109,14 +110,12 @@
109110
<dependency>
110111
<groupId>io.jenkins.plugins</groupId>
111112
<artifactId>plugin-util-api</artifactId>
112-
<version>7.1320.v684dd26fca_19</version>
113113
<scope>test</scope>
114114
<classifier>tests</classifier>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.jenkins.plugins</groupId>
118118
<artifactId>data-tables-api</artifactId>
119-
<version>2.3.7-1554.v6113418a_6935</version>
120119
<scope>test</scope>
121120
<classifier>tests</classifier>
122121
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.hudson.plugins</groupId>
88
<artifactId>analysis-pom</artifactId>
9-
<version>12.3140.v667559b_d0470</version>
9+
<version>12.3200.vc79dce20f68b_</version>
1010
<relativePath />
1111
</parent>
1212

0 commit comments

Comments
 (0)