Skip to content

Commit 46247c5

Browse files
authored
Update parent POM, update dependencies, test with Java 21 (#89)
1 parent d7b867a commit 46247c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
44
buildPlugin(useContainerAgent: true, configurations: [
5-
[platform: 'linux', jdk: 17],
6-
[platform: 'windows', jdk: 11],
5+
[platform: 'linux', jdk: 21],
6+
[platform: 'windows', jdk: 17],
77
])

pom.xml

Lines changed: 4 additions & 4 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>4.73</version>
8+
<version>4.74</version>
99
<relativePath />
1010
</parent>
1111

@@ -31,7 +31,7 @@
3131
</scm>
3232

3333
<properties>
34-
<revision>3.3.1</revision>
34+
<revision>3.3.3</revision>
3535
<changelist>999999-SNAPSHOT</changelist>
3636
<jenkins.version>2.361.4</jenkins.version>
3737
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -96,11 +96,11 @@
9696
<!-- Provided by bouncycastle-api-plugin -->
9797
<exclusion>
9898
<groupId>org.bouncycastle</groupId>
99-
<artifactId>bcpkix-jdk15on</artifactId>
99+
<artifactId>bcpkix-jdk18on</artifactId>
100100
</exclusion>
101101
<exclusion>
102102
<groupId>org.bouncycastle</groupId>
103-
<artifactId>bcprov-jdk15on</artifactId>
103+
<artifactId>bcprov-jdk18on</artifactId>
104104
</exclusion>
105105
<!-- Provided by Jenkins core -->
106106
<exclusion>

0 commit comments

Comments
 (0)