Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent c4cca15 commit 012087a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up JDK 17
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<dokka-maven-plugin.version>1.9.20</dokka-maven-plugin.version>
<maven-gpg-plugin.version>3.2.5</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.6</maven-gpg-plugin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 012087a

Please sign in to comment.