Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #92 from xzima/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
xzima authored Apr 25, 2022
2 parents 8fa97f5 + a35d4f8 commit 7e2e81d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Lint Commit Messages
uses: wagoid/[email protected].9
uses: wagoid/[email protected].11
with:
configFile: .github/commitlint.config.js
helpURL: https://www.conventionalcommits.org
Expand All @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- name: init jvm
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -64,7 +64,7 @@ jobs:
run: ./mvnw clean package

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3.1.0
with:
# token: ${{ secrets.CODECOV_TOKEN }} Required for private repos
files: target/site/jacoco/jacoco.xml
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
persist-credentials: false

- name: init jvm
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<!-- Allow attaching Javadoc during releases -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<configuration>
<source>11</source>
<detectJavaApiLink>false</detectJavaApiLink>
Expand Down Expand Up @@ -287,7 +287,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.6.20</version>
<version>1.6.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 7e2e81d

Please sign in to comment.