Skip to content

Commit 8411df8

Browse files
authored
Fix github CI failure
1 parent dddc0d4 commit 8411df8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up JDK 11
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v5
1717
with:
1818
java-version: '11'
1919
distribution: 'temurin'

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
<plugin>
200200
<groupId>org.apache.felix</groupId>
201201
<artifactId>maven-bundle-plugin</artifactId>
202+
<version>5.1.9</version>
202203
<extensions>true</extensions>
203204
<configuration>
204205
<instructions>

0 commit comments

Comments
 (0)