Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent ebb1688 commit 691e322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.5.0
uses: actions/setup-java@v4.6.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.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

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

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

<assertj.version>3.26.3</assertj.version>
<junit.version>5.11.3</junit.version>
<assertj.version>3.27.0</assertj.version>
<junit.version>5.11.4</junit.version>

<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
Expand Down

0 comments on commit 691e322

Please sign in to comment.