Skip to content

Commit 8963a7c

Browse files
authored
Refresh dependencies (#341)
1 parent afe4407 commit 8963a7c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.28</version>
8+
<version>5.30</version>
99
<relativePath />
1010
</parent>
1111
<artifactId>azure-keyvault</artifactId>
@@ -16,7 +16,7 @@
1616
<changelist>9999-SNAPSHOT</changelist>
1717
<gitHubRepo>jenkinsci/azure-keyvault-plugin</gitHubRepo>
1818
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
19-
<jenkins.baseline>2.479</jenkins.baseline>
19+
<jenkins.baseline>2.516</jenkins.baseline>
2020
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2121
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
2222
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.jenkins.tools.bom</groupId>
6060
<artifactId>bom-${jenkins.baseline}.x</artifactId>
61-
<version>5054.v620b_5d2b_d5e6</version>
61+
<version>5774.v5c6d72f56a_61</version>
6262
<scope>import</scope>
6363
<type>pom</type>
6464
</dependency>
@@ -76,7 +76,6 @@
7676
<dependency>
7777
<groupId>org.jenkins-ci.plugins</groupId>
7878
<artifactId>azure-credentials</artifactId>
79-
<version>357.v6447d38fb_007</version>
8079
</dependency>
8180

8281
<dependency>
@@ -169,7 +168,6 @@
169168
<configuration>
170169
<configLocation>checkstyle.xml</configLocation>
171170
<includeTestSourceDirectory>true</includeTestSourceDirectory>
172-
<encoding>UTF-8</encoding>
173171
<consoleOutput>true</consoleOutput>
174172
<failsOnError>true</failsOnError>
175173
</configuration>

0 commit comments

Comments
 (0)