diff --git a/.github/workflows/nebula-branch.yml b/.github/workflows/nebula-branch.yml index 4eb9ffc46..5ff1e73b5 100644 --- a/.github/workflows/nebula-branch.yml +++ b/.github/workflows/nebula-branch.yml @@ -15,7 +15,7 @@ jobs: java: [ 17 ] name: CI with Java ${{ matrix.java }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-pr-functional-tests.yml b/.github/workflows/nebula-pr-functional-tests.yml index 7e124a542..a9cd52145 100644 --- a/.github/workflows/nebula-pr-functional-tests.yml +++ b/.github/workflows/nebula-pr-functional-tests.yml @@ -11,7 +11,7 @@ jobs: java: [ 17 ] name: Functional tests with Java ${{ matrix.java }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-publish.yml b/.github/workflows/nebula-publish.yml index 3aae83c23..e4d28b2cd 100644 --- a/.github/workflows/nebula-publish.yml +++ b/.github/workflows/nebula-publish.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk 17 uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-pull-request.yml b/.github/workflows/nebula-pull-request.yml index 06e14de30..c5ac0057d 100644 --- a/.github/workflows/nebula-pull-request.yml +++ b/.github/workflows/nebula-pull-request.yml @@ -11,7 +11,7 @@ jobs: java: [ 17 ] name: CI with Java ${{ matrix.java }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-snapshot.yml b/.github/workflows/nebula-snapshot.yml index 36e8188a3..dc1b5e39b 100644 --- a/.github/workflows/nebula-snapshot.yml +++ b/.github/workflows/nebula-snapshot.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up JDK diff --git a/build.gradle b/build.gradle index 1c0c71e27..8bff63aba 100755 --- a/build.gradle +++ b/build.gradle @@ -35,12 +35,12 @@ buildscript { plugins { id 'com.github.kt3k.coveralls' version '2.10.1' - id 'nebula.netflixoss' version '10.6.0' + id 'nebula.netflixoss' version '11.6.0' id 'org.springframework.boot' version "${spring_boot_version}" apply false id 'com.gorylenko.gradle-git-properties' version '2.3.2' apply false id 'io.franzbecker.gradle-lombok' version '5.0.0' id 'nebula.node' version '1.3.1' apply false - id 'com.github.spotbugs' version '5.2.5' apply false + id 'com.github.spotbugs' version '6.2.0' apply false } apply plugin: "nebula-aggregate-javadocs" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 070cb702f..0b55a3bd9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/metacat-connector-polaris/build.gradle b/metacat-connector-polaris/build.gradle index 604b1d25c..bb6d91190 100644 --- a/metacat-connector-polaris/build.gradle +++ b/metacat-connector-polaris/build.gradle @@ -16,7 +16,7 @@ * */ -apply plugin: 'nebula.facet' +apply plugin: 'com.netflix.nebula.facet' facets { functionalTest { diff --git a/metacat-functional-tests/build.gradle b/metacat-functional-tests/build.gradle index ab9f9693c..d956819d8 100644 --- a/metacat-functional-tests/build.gradle +++ b/metacat-functional-tests/build.gradle @@ -24,7 +24,7 @@ ext { logger.info("metacat-functional-tests: stop cluster = '${stopCluster}'") } -apply plugin: 'nebula.facet' +apply plugin: 'com.netflix.nebula.facet' facets { functionalTest { diff --git a/metacat-metadata/build.gradle b/metacat-metadata/build.gradle index eba6fbdc6..7633801e8 100644 --- a/metacat-metadata/build.gradle +++ b/metacat-metadata/build.gradle @@ -16,7 +16,7 @@ * */ -apply plugin: 'nebula.facet' +apply plugin: 'com.netflix.nebula.facet' facets { functionalTest {