|
6 | 6 | <parent>
|
7 | 7 | <groupId>org.jenkins-ci.plugins</groupId>
|
8 | 8 | <artifactId>plugin</artifactId>
|
9 |
| - <version>4.40</version> |
| 9 | + <version>4.74</version> |
10 | 10 | <relativePath />
|
11 | 11 | </parent>
|
12 | 12 | <groupId>io.jenkins.plugins</groupId>
|
13 | 13 | <artifactId>pipeline-elasticsearch-logs</artifactId>
|
14 |
| - <version>0.13.1</version> |
| 14 | + <version>0.14.1</version> |
15 | 15 | <packaging>hpi</packaging>
|
16 | 16 | <properties>
|
17 |
| - <!-- If the "jenkins.version" is changed you also need to adjust: |
18 |
| - - the major and minor version in the "<bom-#.###.x.version>" tag a few lines below (keep "x" as patch version) |
19 |
| - - in the dependencyManagement section the "io.jenkins.tools.bom:bom-#.###.x" artifactId and version property name. |
20 |
| - See also https://github.com/jenkinsci/bom#usage and https://www.jenkins.io/doc/developer/plugin-development/dependency-management/#jenkins-plugin-bom |
| 17 | + <!-- |
| 18 | + When changing 'jenkins.version' also adapt 'jenkins.bom.baseline' |
| 19 | + and 'jenkins.bom.version' accordingly. |
| 20 | +
|
| 21 | + See also: |
| 22 | + - https://github.com/jenkinsci/bom#usage |
| 23 | + - https://www.jenkins.io/doc/developer/plugin-development/dependency-management/#jenkins-plugin-bom |
21 | 24 | -->
|
22 |
| - <jenkins.version>2.332.3</jenkins.version> |
| 25 | + <jenkins.version>2.401.3</jenkins.version> |
23 | 26 | <useBeta>true</useBeta>
|
24 | 27 |
|
25 |
| - <mock-slave.version>109.vac7845f10470</mock-slave.version> |
26 |
| - <unique-id.version>2.2.1</unique-id.version> |
27 |
| - <fluency.version>2.6.4</fluency.version> |
28 |
| - <jsr305.version>3.0.2</jsr305.version> |
29 |
| - |
30 | 28 | <!-- Latest releases see: https://github.com/jenkinsci/bom/releases -->
|
31 |
| - <bom-2.332.x.version>1409.v7659b_c072f18</bom-2.332.x.version> |
32 |
| - <slf4j-api.version>1.7.36</slf4j-api.version> |
| 29 | + <jenkins.bom.baseline>bom-2.401.x</jenkins.bom.baseline> |
| 30 | + <jenkins.bom.version>2507.vcb_18c56b_f57c</jenkins.bom.version> |
| 31 | + |
| 32 | + <mock-slave.version>125.vcfb_5c627d399</mock-slave.version> |
| 33 | + <unique-id.version>2.101.v21a_b_6390a_b_04</unique-id.version> |
| 34 | + <fluency.version>2.7.0</fluency.version> |
| 35 | + <jsr305.version>3.0.2</jsr305.version> |
33 | 36 | </properties>
|
34 |
| - <name>Pipeline Logging via Elastic Search</name> |
| 37 | + <name>Pipeline Logging via Elasticsearch</name> |
35 | 38 | <repositories>
|
36 | 39 | <repository>
|
37 | 40 | <id>repo.jenkins-ci.org</id>
|
|
93 | 96 | <dependency>
|
94 | 97 | <groupId>org.jenkins-ci.modules</groupId>
|
95 | 98 | <artifactId>instance-identity</artifactId>
|
96 |
| - <scope>provided</scope> |
97 | 99 | </dependency>
|
98 | 100 | <dependency>
|
99 | 101 | <groupId>org.jenkins-ci.plugins</groupId>
|
|
137 | 139 | <dependencies>
|
138 | 140 | <dependency>
|
139 | 141 | <groupId>io.jenkins.tools.bom</groupId>
|
140 |
| - <artifactId>bom-2.332.x</artifactId> |
141 |
| - <version>${bom-2.332.x.version}</version> |
| 142 | + <artifactId>${jenkins.bom.baseline}</artifactId> |
| 143 | + <version>${jenkins.bom.version}</version> |
142 | 144 | <scope>import</scope>
|
143 | 145 | <type>pom</type>
|
144 | 146 | </dependency>
|
145 |
| - <!-- Dependency added to fulfil upper bound dependency enforcer rule --> |
146 |
| - <dependency> |
147 |
| - <groupId>org.slf4j</groupId> |
148 |
| - <artifactId>slf4j-api</artifactId> |
149 |
| - <version>${slf4j-api.version}</version> |
150 |
| - </dependency> |
151 | 147 | </dependencies>
|
152 | 148 | </dependencyManagement>
|
153 | 149 | <build>
|
|
0 commit comments