Skip to content

Commit 7123685

Browse files
build(deps): bump com.palantir.revapi from 1.7.0 to 1.8.0 (#537)
* build(deps): bump com.palantir.revapi from 1.7.0 to 1.8.0 Bumps com.palantir.revapi from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: com.palantir.revapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update build.gradle version 1.8.0 is now 'org.revapi.revapi-gradle-plugin' --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Schreiber <markjschreiber@gmail.com>
1 parent 3b3c59c commit 7123685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id 'jacoco-report-aggregation'
1717
id 'checkstyle'
1818
id 'com.github.johnrengelman.shadow' version '7.1.2'
19-
id 'com.palantir.revapi' version '1.7.0'
19+
id 'org.revapi.revapi-gradle-plugin' version '1.8.0'
2020
}
2121

2222
repositories {

0 commit comments

Comments
 (0)