File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " io.github.gradle-nexus.publish-plugin" version " 1.1 .0"
2
+ id " io.github.gradle-nexus.publish-plugin" version " 1.2 .0"
3
3
}
4
4
5
5
subprojects {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.4.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ dependencies {
14
14
implementation ' org.ow2.asm:asm-util:7.0'
15
15
implementation ' org.ow2.asm:asm:7.0'
16
16
implementation ' org.ow2.asm:asm-commons:7.0'
17
- implementation ' foundation.icon:blst-java:0.3.0 '
17
+ implementation ' foundation.icon:blst-java:0.3.1 '
18
18
implementation ' foundation.icon:javaee-annotation-processor:0.9.0'
19
19
implementation ' com.squareup:javapoet:1.12.1'
20
20
21
- testImplementation ' foundation.icon:javaee-scorex:0.5.3 '
22
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.0 '
23
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0 '
21
+ testImplementation ' foundation.icon:javaee-scorex:0.5.4.1 '
22
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.3 '
23
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3 '
24
24
testAnnotationProcessor project
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments