We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddc0d4 commit 8411df8Copy full SHA for 8411df8
2 files changed
.github/workflows/maven.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Set up JDK 11
16
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v5
17
with:
18
java-version: '11'
19
distribution: 'temurin'
pom.xml
@@ -199,6 +199,7 @@
199
<plugin>
200
<groupId>org.apache.felix</groupId>
201
<artifactId>maven-bundle-plugin</artifactId>
202
+ <version>5.1.9</version>
203
<extensions>true</extensions>
204
<configuration>
205
<instructions>
0 commit comments