Skip to content

Commit 6b061b4

Browse files
dependabot[bot]pzygielo
authored andcommitted
Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0
Bumps org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0. --- updated-dependencies: - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab390c5 commit 6b061b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2022 Contributors to the Eclipse Foundation..
2+
* Copyright (c) 2020, 2024 Contributors to the Eclipse Foundation..
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -28,7 +28,7 @@ pipeline {
2828
agent any
2929
tools {
3030
maven 'apache-maven-latest'
31-
jdk 'temurin-jdk11-latest'
31+
jdk 'temurin-jdk21-latest'
3232
}
3333
stages {
3434
stage('build') {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>org.apache.felix</groupId>
246246
<artifactId>maven-bundle-plugin</artifactId>
247-
<version>5.1.9</version>
247+
<version>6.0.0</version>
248248
<extensions>true</extensions>
249249
<executions>
250250
<execution>

0 commit comments

Comments
 (0)