|
35 | 35 |
|
36 | 36 | <!-- Library Dependencies Versions --> |
37 | 37 | <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> |
39 | 39 |
|
40 | 40 | <!-- Maven Surefire ArgLine --> |
41 | 41 | <argLine>-Djava.awt.headless=true -Xmx1024m -Djenkins.test.timeout=1000 --add-opens java.base/java.lang=ALL-UNNAMED |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>io.jenkins.plugins</groupId> |
55 | 55 | <artifactId>forensics-api</artifactId> |
56 | | - <version>4.1875.vefb_f97cb_4987</version> |
57 | 56 | </dependency> |
58 | 57 | <dependency> |
59 | 58 | <groupId>io.jenkins.plugins</groupId> |
|
62 | 61 | <dependency> |
63 | 62 | <groupId>io.jenkins.plugins</groupId> |
64 | 63 | <artifactId>plugin-util-api</artifactId> |
65 | | - <version>7.1320.v684dd26fca_19</version> |
66 | 64 | </dependency> |
67 | 65 | <dependency> |
68 | 66 | <groupId>io.jenkins.plugins</groupId> |
69 | 67 | <artifactId>data-tables-api</artifactId> |
70 | | - <version>2.3.7-1554.v6113418a_6935</version> |
71 | 68 | </dependency> |
72 | 69 | <dependency> |
73 | 70 | <groupId>org.jenkins-ci.plugins</groupId> |
|
78 | 75 | <dependency> |
79 | 76 | <groupId>io.jenkins.plugins</groupId> |
80 | 77 | <artifactId>forensics-api</artifactId> |
81 | | - <version>4.1875.vefb_f97cb_4987</version> |
82 | 78 | <scope>test</scope> |
83 | 79 | <classifier>tests</classifier> |
84 | 80 | </dependency> |
| 81 | + <dependency> |
| 82 | + <groupId>io.jenkins.plugins</groupId> |
| 83 | + <artifactId>jackson3-api</artifactId> |
| 84 | + <scope>test</scope> |
| 85 | + </dependency> |
85 | 86 |
|
86 | 87 | <!-- Custom for Integration Test--> |
87 | 88 | <dependency> |
|
109 | 110 | <dependency> |
110 | 111 | <groupId>io.jenkins.plugins</groupId> |
111 | 112 | <artifactId>plugin-util-api</artifactId> |
112 | | - <version>7.1320.v684dd26fca_19</version> |
113 | 113 | <scope>test</scope> |
114 | 114 | <classifier>tests</classifier> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>io.jenkins.plugins</groupId> |
118 | 118 | <artifactId>data-tables-api</artifactId> |
119 | | - <version>2.3.7-1554.v6113418a_6935</version> |
120 | 119 | <scope>test</scope> |
121 | 120 | <classifier>tests</classifier> |
122 | 121 | </dependency> |
|
0 commit comments