Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
HttpMarco committed Jul 18, 2024
2 parents a90b9c3 + f91d31a commit 45b17af
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -3,7 +3,7 @@
nexusPublish = "2.0.0"

annotations = "24.1.0"
lombok = "1.18.32"
lombok = "1.18.34"

gson = "2.11.0"

Expand Down
2 changes: 1 addition & 1 deletion osgan-netty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 45b17af

Please sign in to comment.