Skip to content

Commit

Permalink
Bump org.jenkins-ci:jenkins from 1.115 to 1.116 (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 4511862 commit c5ed12d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
* allowing one to test against multiple Jenkins versions.
*/
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: 11 ],
[ platform: 'windows', jdk: 11 ],
[ platform: 'linux', jdk: 17 ],
[ platform: 'linux', jdk: 21 ],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
[platform: 'linux', jdk: 11],
])
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.115</version>
<version>1.116</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -36,6 +36,8 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<spotless.check.skip>false</spotless.check.skip>
<!-- TODO until a critical mass of plugins has migrated to Java 17 -->
<maven.compiler.release>11</maven.compiler.release>
</properties>

<dependencies>
Expand Down

0 comments on commit c5ed12d

Please sign in to comment.