Skip to content

Commit 2a210a8

Browse files
author
John Burns
committed
update dependencies for plugin plugin fixes
1 parent cb130f7 commit 2a210a8

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
### Plugin
88
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/gradle-nothing-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/nebula.nothing-plugin)
9-
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/nebula-hollow-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/gradle-nothing-plugin)
9+
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/gradle-nothing-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/gradle-nothing-plugin)
1010

1111
### Library
12-
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/nebula-hollow-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/nebula-nothing-library)
12+
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/nebula-nothing-library)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/nebula-nothing-library)
1313

1414

1515
=====================

nebula-nothing-library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
java
2+
id("com.netflix.nebula.plugin-plugin")
33
}
44

55
dependencyLocking {
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
empty=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
4+
cglib:cglib-nodep:3.2.2=integTestRuntimeClasspath,testRuntimeClasspath
5+
com.netflix.nebula:nebula-test:11.6.3=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
net.bytebuddy:byte-buddy:1.15.11=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
org.apiguardian:apiguardian-api:1.1.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
org.assertj:assertj-core:3.27.3=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
org.jspecify:jspecify:1.0.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
org.junit.platform:junit-platform-commons:1.14.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
org.junit.platform:junit-platform-engine:1.14.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
org.junit.platform:junit-platform-launcher:1.14.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
org.objenesis:objenesis:2.4=integTestRuntimeClasspath,testRuntimeClasspath
14+
org.opentest4j:opentest4j:1.3.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
empty=annotationProcessor,compileClasspath,integTestAnnotationProcessor,runtimeClasspath,testAnnotationProcessor
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
package com.netflix.nebula.nothing;
22

3+
/**
4+
* Does nothing
5+
*/
36
public class NothingClass {
47
}

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ pluginManagement {
66
gradlePluginPortal()
77
}
88
plugins {
9-
id("com.netflix.nebula.root") version("24.0.0")
10-
id("com.netflix.nebula.plugin-plugin") version("24.0.0")
11-
id("com.netflix.nebula.library") version("24.0.0")
9+
id("com.netflix.nebula.root") version("24.0.1")
10+
id("com.netflix.nebula.plugin-plugin") version("24.0.1")
11+
id("com.netflix.nebula.library") version("24.0.1")
1212
}
1313
}
1414

0 commit comments

Comments
 (0)