Skip to content

Commit a5c00b5

Browse files
Update Non-major dependency updates (#120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d758194 commit a5c00b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
id("io.freefair.lombok").version("8.13.1")
99
id("org.sonarqube").version("6.2.0.5505")
1010
id("org.openapi.generator").version("7.13.0")
11-
id("com.diffplug.spotless").version("7.0.3")
11+
id("com.diffplug.spotless").version("7.0.4")
1212

1313
id("signing")
1414
id("maven-publish")
@@ -33,7 +33,7 @@ dependencyResolutionManagement {
3333
library("csv", "com.opencsv", "opencsv").version("5.11.1")
3434

3535
// testing dependencies
36-
version("junit.version", "5.13.0")
36+
version("junit.version", "5.13.1")
3737
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3838
library("assertj","org.assertj", "assertj-core").version("3.27.3")
3939
library("mockito","org.mockito", "mockito-core").version("5.18.0")

0 commit comments

Comments
 (0)