Skip to content

Commit d196355

Browse files
committed
Merge branch 'master' into fix/missing-defined-variables
2 parents ea5b793 + b816ab2 commit d196355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.62</version>
7+
<version>4.63</version>
88
<relativePath />
99
</parent>
1010

@@ -67,7 +67,7 @@
6767
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
6868
<groupId>io.jenkins.tools.bom</groupId>
6969
<artifactId>bom-2.361.x</artifactId>
70-
<version>2062.v154408a_24d20</version>
70+
<version>2081.v85885a_d2e5c5</version>
7171
<type>pom</type>
7272
<scope>import</scope>
7373
</dependency>
@@ -504,7 +504,7 @@
504504
<plugin>
505505
<groupId>org.codehaus.mojo</groupId>
506506
<artifactId>build-helper-maven-plugin</artifactId>
507-
<version>3.3.0</version>
507+
<version>3.4.0</version>
508508
<executions>
509509
<execution>
510510
<id>add-source</id>

0 commit comments

Comments
 (0)