Skip to content

Commit

Permalink
Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0
Browse files Browse the repository at this point in the history
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]>

Bump JDK used in Jenkins job
  • Loading branch information
dependabot[bot] authored and pzygielo committed Dec 9, 2024
1 parent d328f90 commit 3271ee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Contributors to the Eclipse Foundation..
* Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -27,7 +27,7 @@ pipeline {
agent any
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk11-latest'
jdk 'openjdk-jdk17-latest'
}
stages {
stage('build') {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.9</version>
<version>6.0.0</version>
<executions>
<execution>
<id>bundle-manifest</id>
Expand Down

0 comments on commit 3271ee3

Please sign in to comment.