OSDN Git Service

chore: bump dependencies
authorHiroshi Miura <miurahr@linux.com>
Wed, 9 Aug 2023 22:06:44 +0000 (07:06 +0900)
committerHiroshi Miura <miurahr@linux.com>
Wed, 9 Aug 2023 22:06:44 +0000 (07:06 +0900)
- nexus-publish@1.2.0
- junit@5.9.2

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
build.gradle

index d0cee3e..266a7de 100644 (file)
@@ -4,7 +4,7 @@ plugins {
     id 'java-library'
     id 'maven-publish'
     id 'java-library-distribution'
-    id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
+    id "io.github.gradle-nexus.publish-plugin" version "1.2.0"
     id 'com.palantir.git-version' version "0.13.0"
 }
 
@@ -51,7 +51,7 @@ subprojects {
     dependencies {
         implementation "org.jetbrains:annotations:23.0.0"
         testImplementation 'commons-io:commons-io:2.11.0'
-        testImplementation "org.junit.jupiter:junit-jupiter:5.8.2"
+        testImplementation "org.junit.jupiter:junit-jupiter:5.9.2"
     }
     test {
         useJUnitPlatform()