Skip to content

Commit d490821

Browse files
Merge branch 'refactor/quality-standard' of https://github.com/protegeproject/webprotege-gh-history-service into refactor/quality-standard
2 parents 5a6e2f9 + 5359590 commit d490821

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
token: ${{ secrets.GITHUB_TOKEN }}
17-
- name: Set up JDK 17
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: '17'
20+
java-version: '21'
2121
distribution: 'adopt'
2222
- name: Build with Maven
2323
run: mvn --batch-mode package -Dtest="!*Integration*"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>edu.stanford.protege</groupId>
148148
<artifactId>github-commit-navigator</artifactId>
149-
<version>2.1.1</version>
149+
<version>2.1.2</version>
150150
<exclusions>
151151
<exclusion>
152152
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)