diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 50e25f1..bfaaf37 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ nexusPublish = "2.0.0" annotations = "24.1.0" -lombok = "1.18.32" +lombok = "1.18.34" gson = "2.11.0" diff --git a/osgan-netty/build.gradle.kts b/osgan-netty/build.gradle.kts index c8f05b1..d051041 100644 --- a/osgan-netty/build.gradle.kts +++ b/osgan-netty/build.gradle.kts @@ -2,7 +2,7 @@ dependencies { implementation(libs.netty5) compileOnly(libs.gson) testImplementation(libs.gson) - testImplementation(platform("org.junit:junit-bom:5.10.2")) + testImplementation(platform("org.junit:junit-bom:5.10.3")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }