|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId>
|
7 | 7 | <artifactId>plugin</artifactId>
|
8 |
| - <version>4.88</version> |
| 8 | + <version>5.3</version> |
9 | 9 | <relativePath />
|
10 | 10 | </parent>
|
11 | 11 |
|
12 | 12 | <properties>
|
13 | 13 | <changelist>999999-SNAPSHOT</changelist>
|
14 | 14 | <!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
|
15 |
| - <jenkins.version>2.387.1</jenkins.version> |
16 |
| - <bom.artifactId>2.387.x</bom.artifactId> |
17 |
| - <bom.version>2143.ve4c3c9ec790a</bom.version> |
18 |
| - <java.level>11</java.level> |
| 15 | + <jenkins.version>2.479.1</jenkins.version> |
| 16 | + <bom.artifactId>2.479.x</bom.artifactId> |
| 17 | + <bom.version>3768.veb_7cdc7a_6cc1</bom.version> |
| 18 | + <java.level>17</java.level> |
19 | 19 | <!--
|
20 | 20 | Other properties you may want to use:
|
21 | 21 | ~ jenkins-test-harness.version: Jenkins Test Harness version you use to test the plugin. For Jenkins version >= 1.580.1 use JTH 2.0 or higher.
|
|
45 | 45 | <name>h1dden-da3m0n</name>
|
46 | 46 | <url>https://github.com/h1dden-da3m0n</url>
|
47 | 47 | </developer>
|
| 48 | + <developer> |
| 49 | + <id>mymarche</id> |
| 50 | + <name>Mikhail Marchenko</name> |
| 51 | + <url>https://github.com/mymarche</url> |
| 52 | + </developer> |
48 | 53 | </developers>
|
49 | 54 |
|
50 | 55 | <issueManagement>
|
|
103 | 108 | <dependency>
|
104 | 109 | <groupId>io.jenkins.plugins</groupId>
|
105 | 110 | <artifactId>okhttp-api</artifactId>
|
106 |
| - <version>3.14.9</version> |
| 111 | + <version>4.11.0-181.v1de5b_83857df</version> |
107 | 112 | </dependency>
|
108 | 113 | <dependency>
|
109 | 114 | <groupId>com.jayway.jsonpath</groupId>
|
110 | 115 | <artifactId>json-path</artifactId>
|
111 |
| - <version>2.8.0</version> |
| 116 | + <version>2.9.0</version> |
112 | 117 | </dependency>
|
113 | 118 | <dependency>
|
114 | 119 | <groupId>io.jenkins.plugins</groupId>
|
|
120 | 125 | <dependency>
|
121 | 126 | <groupId>org.jenkins-ci.plugins</groupId>
|
122 | 127 | <artifactId>antisamy-markup-formatter</artifactId>
|
123 |
| - <version>159.v25b_c67cd35fb_</version> |
| 128 | + <version>162.v0e6ec0fcfcf6</version> |
124 | 129 | <optional>true</optional>
|
125 | 130 | </dependency>
|
126 | 131 |
|
|
0 commit comments