Skip to content

Commit

Permalink
build: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-src committed Dec 31, 2024
1 parent dfd4865 commit e411a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("io.spring.gradle:dependency-management-plugin:1.1.6")
implementation("io.spring.gradle:dependency-management-plugin:1.1.7")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion jany-samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.*
plugins {
id("java-library")
id("com.github.ben-manes.versions") version "0.51.0"
id("io.spring.dependency-management") version "1.1.6"
id("io.spring.dependency-management") version "1.1.7"
}

group = "cn.javaer.jany"
Expand Down

0 comments on commit e411a93

Please sign in to comment.