You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/07/08 23:26:56 UTC

[geode] branch support/1.12 updated: bump nebula.lint from 11.4.4 to 16.4.0 to match support/1.13

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 1ee4908  bump nebula.lint from 11.4.4 to 16.4.0 to match support/1.13
1ee4908 is described below

commit 1ee4908dcd5e2c6c3714a3396d647284ad863ee4
Author: Owen Nichols <on...@apache.org>
AuthorDate: Thu Jul 8 16:23:41 2021 -0700

    bump nebula.lint from 11.4.4 to 16.4.0 to match support/1.13
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 24011dc..1145028 100755
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ buildscript {
   dependencies {
     classpath 'com.diffplug.spotless:spotless-plugin-gradle:3.21.1'
     classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
-    classpath 'com.netflix.nebula:gradle-lint-plugin:11.4.4'
+    classpath 'com.netflix.nebula:gradle-lint-plugin:16.4.0'
     classpath 'com.netflix.nebula:nebula-project-plugin:6.0.2'
     classpath 'gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.22.1'
     classpath 'io.spring.gradle:dependency-management-plugin:1.0.7.RELEASE'