We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a6e2f9 + 5359590 commit d490821Copy full SHA for d490821
.github/workflows/ci.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v3
15
with:
16
token: ${{ secrets.GITHUB_TOKEN }}
17
- - name: Set up JDK 17
+ - name: Set up JDK 21
18
uses: actions/setup-java@v3
19
20
- java-version: '17'
+ java-version: '21'
21
distribution: 'adopt'
22
- name: Build with Maven
23
run: mvn --batch-mode package -Dtest="!*Integration*"
pom.xml
@@ -146,7 +146,7 @@
146
<dependency>
147
<groupId>edu.stanford.protege</groupId>
148
<artifactId>github-commit-navigator</artifactId>
149
- <version>2.1.1</version>
+ <version>2.1.2</version>
150
<exclusions>
151
<exclusion>
152
<groupId>org.slf4j</groupId>
0 commit comments