Skip to content

Commit 98dd43e

Browse files
chore(deps): update all
1 parent 5e9d162 commit 98dd43e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TARGET_CLIENT_ID: ${{ secrets.TARGET_CLIENT_ID }}
4141
TARGET_CLIENT_SECRET: ${{ secrets.TARGET_CLIENT_SECRET }}
4242
- name: Codecov
43-
uses: codecov/codecov-action@v4
43+
uses: codecov/codecov-action@v5
4444
benchmark_tests:
4545
name: benchmark tests
4646
concurrency: benchmark_tests

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "com.github.ben-manes.versions" version '0.51.0'
44
id 'ru.vyarus.mkdocs' version '4.0.1' apply false
55
id "com.github.spotbugs" version "6.0.9"
6-
id 'com.diffplug.spotless' version '6.25.0'
6+
id 'com.diffplug.spotless' version '7.0.2'
77
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
88
}
99

0 commit comments

Comments
 (0)