Skip to content

Commit caa23e3

Browse files
Update dependency io.jenkins.tools.bom:bom-2.479.x to v4628 (#795)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 380e2c0 commit caa23e3

File tree

3 files changed

+3
-3
lines changed
  • empty-plugin/src/main/resources/archetype-resources
  • global-configuration/src/main/resources/archetype-resources
  • hello-world/src/main/resources/archetype-resources

3 files changed

+3
-3
lines changed

empty-plugin/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>io.jenkins.tools.bom</groupId>
5151
<artifactId>bom-${jenkins.baseline}.x</artifactId>
52-
<version>4607.v67a_4791074d7</version>
52+
<version>4628.v2b_234a_1a_20d0</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>

global-configuration/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>io.jenkins.tools.bom</groupId>
5151
<artifactId>bom-${jenkins.baseline}.x</artifactId>
52-
<version>4607.v67a_4791074d7</version>
52+
<version>4628.v2b_234a_1a_20d0</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>

hello-world/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
5252
<groupId>io.jenkins.tools.bom</groupId>
5353
<artifactId>bom-${jenkins.baseline}.x</artifactId>
54-
<version>4607.v67a_4791074d7</version>
54+
<version>4628.v2b_234a_1a_20d0</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>

0 commit comments

Comments
 (0)