|
14 | 14 | <packaging>hpi</packaging> |
15 | 15 |
|
16 | 16 | <properties> |
17 | | - <revision>5.6.0</revision> |
| 17 | + <revision>6.1.0</revision> |
18 | 18 | <changelist>999999-SNAPSHOT</changelist> |
19 | 19 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
20 | 20 | <jenkins.baseline>2.479</jenkins.baseline> |
21 | | - <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
| 21 | + <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
22 | 22 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
23 | | - <hpi.bundledArtifacts>gitlab4j-api</hpi.bundledArtifacts> |
| 23 | + <hpi.bundledArtifacts>gitlab4j-api,gitlab4j-models</hpi.bundledArtifacts> |
24 | 24 | <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts> |
25 | 25 | </properties> |
26 | 26 |
|
|
61 | 61 | <dependency> |
62 | 62 | <groupId>io.jenkins.tools.bom</groupId> |
63 | 63 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
64 | | - <version>3893.v213a_42768d35</version> |
| 64 | + <version>5054.v620b_5d2b_d5e6</version> |
65 | 65 | <type>pom</type> |
66 | 66 | <scope>import</scope> |
67 | 67 | </dependency> |
|
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>io.jenkins.plugins</groupId> |
78 | | - <artifactId>jersey2-api</artifactId> |
| 78 | + <artifactId>jersey3-api</artifactId> |
| 79 | + <version>3.1.11-2.v4a_b_db_cf4557b_</version> |
79 | 80 | </dependency> |
80 | 81 | <dependency> |
81 | 82 | <groupId>org.gitlab4j</groupId> |
|
128 | 129 | <dependency> |
129 | 130 | <groupId>org.jenkins-ci.plugins</groupId> |
130 | 131 | <artifactId>jackson2-api</artifactId> |
| 132 | + <version>2.20.0-417.va_5311a_823a_b_8</version> |
131 | 133 | </dependency> |
132 | 134 | </dependencies> |
133 | 135 |
|
|
136 | 138 | <id>repo.jenkins-ci.org</id> |
137 | 139 | <url>https://repo.jenkins-ci.org/public/</url> |
138 | 140 | </repository> |
| 141 | + <repository> |
| 142 | + <id>incrementals</id> |
| 143 | + <url>https://repo.jenkins-ci.org/incrementals/</url> |
| 144 | + </repository> |
139 | 145 | </repositories> |
140 | 146 | <pluginRepositories> |
141 | 147 | <pluginRepository> |
|
0 commit comments