Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Oct 15, 2024
1 parent e602ba2 commit 4d2ed59
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
new-release-published: ${{ steps.semantic-release.outputs.new_release_published }}
new-release-version: ${{ steps.semantic-release.outputs.new_release_version }}
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

@@ -65,7 +65,7 @@ jobs:
needs: build
if: needs.build.outputs.new-release-published == 'true'
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1

- name: Set up JDK 17
uses: actions/setup-java@v4.4.0
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -62,15 +62,15 @@
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<kotlin.version>2.0.20</kotlin.version>
<kotlin.version>2.0.21</kotlin.version>
<java.version>17</java.version>

<guava.version>33.3.1-jre</guava.version>

<assertj.version>3.26.3</assertj.version>
<junit.version>5.11.1</junit.version>
<junit.version>5.11.2</junit.version>

<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</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.7</maven-gpg-plugin.version>

0 comments on commit 4d2ed59

Please sign in to comment.