Skip to content

Commit

Permalink
chore(dependencies) Bump bom-2.361.x from 1723.vcb_9fee52c9fc to 1742…
Browse files Browse the repository at this point in the history
….vb_70478c1b_25f

Bump bom-2.361.x from 1723.vcb_9fee52c9fc to 1742.vb_70478c1b_25f
  • Loading branch information
gounthar committed Dec 12, 2022
2 parents 04d8fb6 + 78bf92d commit fe6e37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*/
buildPlugin(useContainerAgent: true, configurations: [
// Test the common case (i.e., a recent LTS release) on both Linux and Windows.
[ platform: 'linux', jdk: '11', jenkins: '2.361.1' ],
[ platform: 'windows', jdk: '11', jenkins: '2.361.1' ],
[ platform: 'linux', jdk: '11', jenkins: '2.361.4' ],
[ platform: 'windows', jdk: '11', jenkins: '2.361.4' ],

// Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime).
// see also https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
[ platform: 'linux', jdk: '17', jenkins: '2.361.2' ],
[ platform: 'linux', jdk: '17', jenkins: '2.361.4' ],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1723.vcb_9fee52c9fc</version>
<version>1742.vb_70478c1b_25f</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit fe6e37d

Please sign in to comment.