File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 implementation(rootProject)
7- implementation(" net.bytebuddy:byte-buddy-agent:1.16.1 " )
7+ implementation(" net.bytebuddy:byte-buddy-agent:1.15.11 " )
88
99 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4'
1010 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ plugins {
22 id ' java'
33 id ' java-library'
44 id ' maven-publish'
5- id " com.github.johnrengelman. shadow" version " 8.1.1 "
5+ id " com.gradleup. shadow" version " 8.3.5 "
66}
77
88dependencies {
9- implementation(" net.bytebuddy:byte-buddy:1.16.1 " )
9+ implementation(" net.bytebuddy:byte-buddy:1.15.11 " )
1010 // graphql-java itself
1111 implementation(rootProject)
1212}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id ' maven-publish'
88 id ' antlr'
99 id ' signing'
10- id " com.github.johnrengelman. shadow" version " 8.1.1 "
10+ id " com.gradleup. shadow" version " 8.3.5 "
1111 id " biz.aQute.bnd.builder" version " 6.4.0"
1212 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
1313 id " groovy"
You can’t perform that action at this time.
0 commit comments