Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Apr 21, 2023
2 parents 03de038 + 4cab941 commit 7b17539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'windows', jdk: '11', jenkins: null ],

// Test latest Jenkins Version.
[ platform: 'linux', jdk: '17', jenkins: '2.400' ]
[ platform: 'linux', jdk: '17', jenkins: '2.401' ]
])
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.59</version>
<version>4.61</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-weekly</artifactId>
<version>1981.v17df70e84a_a_1</version>
<version>2000.v4677a_6e0ffea</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 7b17539

Please sign in to comment.