Skip to content

Commit 095cbeb

Browse files
committed
update dependencies
1 parent 9401c0b commit 095cbeb

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
buildscript {
17-
configurations.classpath {
18-
resolutionStrategy {
19-
force("com.netflix.nebula:nebula-archrules-gradle-plugin:0.+")
20-
}
21-
}
22-
}
23-
2416
plugins {
25-
id("com.netflix.nebula.plugin-plugin") version "25.+"
17+
id("com.netflix.nebula.plugin-plugin") version ("25.+")
2618
`kotlin-dsl`
2719
}
2820

gradle.lockfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=test
3030
com.google.j2objc:j2objc-annotations:1.3=testCompileClasspath,testRuntimeClasspath
3131
com.googlecode.javaewah:JavaEWAH:1.1.12=testCompileClasspath,testRuntimeClasspath
3232
com.googlecode.libphonenumber:libphonenumber:8.11.1=testCompileClasspath,testRuntimeClasspath
33-
com.gradle.publish:plugin-publish-plugin:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.gradle.publish:plugin-publish-plugin:2.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3434
com.jayway.jsonpath:json-path:2.7.0=testCompileClasspath,testRuntimeClasspath
3535
com.jcraft:jzlib:1.1.2=runtimeClasspath
3636
com.jcraft:jzlib:1.1.3=testCompileClasspath,testRuntimeClasspath
@@ -39,15 +39,15 @@ com.netflix.nebula:gradle-contacts-plugin:8.1.0=compileClasspath,runtimeClasspat
3939
com.netflix.nebula:gradle-dependency-lock-plugin:16.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4040
com.netflix.nebula:gradle-info-plugin:16.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4141
com.netflix.nebula:gradle-java-cross-compile-plugin:8.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
com.netflix.nebula:nebula-archrules-core:0.14.1=runtimeClasspath,testRuntimeClasspath
43-
com.netflix.nebula:nebula-archrules-gradle-plugin:0.14.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
com.netflix.nebula:nebula-archrules-core:0.14.2=runtimeClasspath,testRuntimeClasspath
43+
com.netflix.nebula:nebula-archrules-gradle-plugin:0.14.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
com.netflix.nebula:nebula-dependencies-comparison:0.2.1=runtimeClasspath,testRuntimeClasspath
4545
com.netflix.nebula:nebula-gradle-interop:3.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4646
com.netflix.nebula:nebula-oss-publishing-plugin:4.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
com.netflix.nebula:nebula-project-plugin:13.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
com.netflix.nebula:nebula-publishing-plugin:23.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
com.netflix.nebula:nebula-release-plugin:21.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
com.netflix.nebula:nebula-test:11.11.4=testCompileClasspath,testRuntimeClasspath
50+
com.netflix.nebula:nebula-test:11.12.0=testCompileClasspath,testRuntimeClasspath
5151
com.networknt:json-schema-validator:1.0.76=testCompileClasspath,testRuntimeClasspath
5252
com.nimbusds:nimbus-jose-jwt:9.28=testCompileClasspath,testRuntimeClasspath
5353
com.perforce:p4java:2015.2.1365273=runtimeClasspath,testRuntimeClasspath
@@ -104,7 +104,7 @@ jakarta.xml.bind:jakarta.xml.bind-api:4.0.0=testRuntimeClasspath
104104
javax.servlet:javax.servlet-api:4.0.1=testCompileClasspath,testRuntimeClasspath
105105
joda-time:joda-time:2.10=runtimeClasspath
106106
joda-time:joda-time:2.10.5=testCompileClasspath,testRuntimeClasspath
107-
net.bytebuddy:byte-buddy:1.15.11=testCompileClasspath,testRuntimeClasspath
107+
net.bytebuddy:byte-buddy:1.18.3=testCompileClasspath,testRuntimeClasspath
108108
net.java.dev.jna:jna-platform:5.16.0=runtimeClasspath,testRuntimeClasspath
109109
net.java.dev.jna:jna:5.16.0=runtimeClasspath,testRuntimeClasspath
110110
net.javacrumbs.json-unit:json-unit-core:2.36.0=testCompileClasspath,testRuntimeClasspath
@@ -122,14 +122,15 @@ org.apache.velocity.tools:velocity-tools-generic:3.1=testCompileClasspath,testRu
122122
org.apache.velocity:velocity-engine-core:2.3=testCompileClasspath,testRuntimeClasspath
123123
org.apache.velocity:velocity-engine-scripting:2.3=testCompileClasspath,testRuntimeClasspath
124124
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
125-
org.assertj:assertj-core:3.27.3=testCompileClasspath,testRuntimeClasspath
125+
org.assertj:assertj-core:3.27.7=testCompileClasspath,testRuntimeClasspath
126126
org.bouncycastle:bcpkix-jdk18on:1.72=testCompileClasspath,testRuntimeClasspath
127127
org.bouncycastle:bcprov-jdk18on:1.72=testCompileClasspath,testRuntimeClasspath
128128
org.bouncycastle:bcutil-jdk18on:1.72=testCompileClasspath,testRuntimeClasspath
129129
org.checkerframework:checker-qual:3.12.0=testCompileClasspath,testRuntimeClasspath
130130
org.codehaus.plexus:plexus-utils:3.2.1=runtimeClasspath,testRuntimeClasspath
131131
org.eclipse.angus:angus-activation:1.0.0=testRuntimeClasspath
132132
org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r=testCompileClasspath,testRuntimeClasspath
133+
org.gradle.plugin:compatibility-plugin:0.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
133134
org.hamcrest:hamcrest-core:2.2=testCompileClasspath,testRuntimeClasspath
134135
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
135136
org.jetbrains.kotlin:kotlin-reflect:2.2.20=compileClasspath,embeddedKotlin,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)