We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2676bc5 commit b9166afCopy full SHA for b9166af
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>4.41</version>
+ <version>4.52</version>
9
<relativePath />
10
</parent>
11
@@ -51,7 +51,7 @@
51
<project.patchManagement.url>https://api.github.com</project.patchManagement.url>
52
<patch.tracker.serverId>jenkins-jira</patch.tracker.serverId>
53
<findbugs-maven-plugin.version>3.0.1</findbugs-maven-plugin.version>
54
- <java.level>8</java.level>
+ <java.level>11</java.level>
55
<!-- jenkins requirement -->
56
<jenkins.version>2.387.3</jenkins.version> <!-- plugin script-security and workflow-cps requirement -->
57
<spotbugs.failOnError>false</spotbugs.failOnError>
0 commit comments