Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (except core kotlin) (#…
Browse files Browse the repository at this point in the history
…515)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nariman Abdullin <nulls.narik@gmail.com>
  • Loading branch information
renovate[bot] and nulls authored Mar 20, 2023
1 parent c5f7ced commit 4cd51c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.8.10"
okio = "3.3.0"
serialization = "1.5.0"
diktat = "1.2.4.1"
diktat = "1.2.5"
kotlinx-cli = "0.3.5"
kotlinx-datetime = "0.4.0"
kotlinx-coroutines = "1.6.3-native-mt"
Expand Down
2 changes: 1 addition & 1 deletion save-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.nio.file.StandardCopyOption

plugins {
id("com.saveourtool.save.buildutils.kotlin-library")
id("de.undercouch.download") version "5.3.1"
id("de.undercouch.download") version "5.4.0"
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ internal fun String.getLineNumberAndMessage(
* @param lineGroupIdx index of capture group for line number
* @return line number
*/
@Suppress("WRONG_OVERLOADING_FUNCTION_ARGUMENTS")
internal fun String.getLineNumber(warningRegex: Regex,
lineGroupIdx: Long?,
): Int? {
Expand Down

0 comments on commit 4cd51c0

Please sign in to comment.