Skip to content

Commit 605546e

Browse files
Update Non-major dependency updates (#96)
1 parent 0c97e45 commit 605546e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ rootProject.name="Pledger"
33
pluginManagement {
44
plugins {
55
id("java")
6-
id("io.micronaut.library").version("4.5.0")
7-
id("io.micronaut.application").version("4.5.0")
8-
id("io.freefair.lombok").version("8.13")
6+
id("io.micronaut.library").version("4.5.1")
7+
id("io.micronaut.application").version("4.5.1")
8+
id("io.freefair.lombok").version("8.13.1")
99
id("org.sonarqube").version("6.1.0.5360")
1010
id("org.openapi.generator").version("7.12.0")
1111

@@ -32,10 +32,10 @@ dependencyResolutionManagement {
3232
library("csv", "com.opencsv", "opencsv").version("5.10")
3333

3434
// testing dependencies
35-
version("junit.version", "5.12.0")
35+
version("junit.version", "5.12.1")
3636
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3737
library("assertj","org.assertj", "assertj-core").version("3.27.3")
38-
library("mockito","org.mockito", "mockito-core").version("5.16.0")
38+
library("mockito","org.mockito", "mockito-core").version("5.16.1")
3939
bundle("junit", listOf("junit.jupiter", "assertj", "mockito"))
4040
}
4141

0 commit comments

Comments
 (0)