Skip to content

Commit

Permalink
Update org.jfrog.buildinfo:build-info-extractor-gradle to 5.2.0
Browse files Browse the repository at this point in the history
Closes gh-39
  • Loading branch information
sjohnr committed Apr 17, 2024
1 parent a407239 commit 7377d97
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dependencies {
implementation "io.github.gradle-nexus:publish-plugin:2.0.0"
implementation "io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.41"
implementation "io.spring.nohttp:nohttp-gradle:0.0.11"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.1.14"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.2.0"
}
2 changes: 1 addition & 1 deletion maven-plugin/spring-security-maven-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
dependencies {
management platform(project(":dependencies"))
implementation "io.github.gradle-nexus:publish-plugin:2.0.0"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.1.14"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.2.0"

testImplementation "org.junit.jupiter:junit-jupiter"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
Expand Down

0 comments on commit 7377d97

Please sign in to comment.