File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414
1515 jmh(project(" :rewrite-core" ))
1616 jmh(project(" :rewrite-java" ))
17- jmh(project(" :rewrite-java-21 " ))
17+ jmh(project(" :rewrite-java-25 " ))
1818 jmh(project(" :rewrite-javascript" ))
1919 jmh(project(" :rewrite-maven" ))
2020 jmh(" org.antlr:antlr4-runtime:4.13.2" )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 testImplementation(project(" :rewrite-xml" ))
4040 testImplementation(project(" :rewrite-maven" ))
4141 testImplementation(" io.moderne:jsonrpc:latest.integration" )
42- testRuntimeOnly(project(" :rewrite-java-21 " ))
42+ testRuntimeOnly(project(" :rewrite-java-25 " ))
4343}
4444
4545tasks.withType<Javadoc >().configureEach {
@@ -157,7 +157,7 @@ testing {
157157
158158 dependencies {
159159 implementation(project())
160- implementation(project(" :rewrite-java-21 " ))
160+ implementation(project(" :rewrite-java-25 " ))
161161 implementation(project(" :rewrite-test" ))
162162 implementation(" org.assertj:assertj-core:latest.release" )
163163 implementation(" org.junit.platform:junit-platform-suite-api" )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222
2323 testImplementation(project(" :rewrite-test" ))
2424 testImplementation(" io.moderne:jsonrpc:latest.integration" )
25- testRuntimeOnly(project(" :rewrite-java-21 " ))
25+ testRuntimeOnly(project(" :rewrite-java-25 " ))
2626}
2727
2828tasks.withType<Javadoc >().configureEach {
@@ -59,7 +59,7 @@ testing {
5959
6060 dependencies {
6161 implementation(project())
62- implementation(project(" :rewrite-java-21 " ))
62+ implementation(project(" :rewrite-java-25 " ))
6363 implementation(project(" :rewrite-test" ))
6464 implementation(" org.assertj:assertj-core:latest.release" )
6565 }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dependencies {
7878
7979 testRuntimeOnly(" org.gradle:gradle-base-services:latest.release" )
8080 testRuntimeOnly(" com.google.guava:guava:latest.release" )
81- testRuntimeOnly(project(" :rewrite-java-21 " ))
81+ testRuntimeOnly(project(" :rewrite-java-25 " ))
8282 testRuntimeOnly(" org.projectlombok:lombok:latest.release" )
8383 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
8484
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
6262 testImplementation(" org.junit-pioneer:junit-pioneer:latest.release" )
6363 testRuntimeOnly(" org.antlr:antlr4-runtime:4.13.2" )
6464 testRuntimeOnly(" org.apache.groovy:groovy-all:4.+" )
65- testRuntimeOnly(project(" :rewrite-java-21 " ))
65+ testRuntimeOnly(project(" :rewrite-java-25 " ))
6666}
6767
6868tasks.named(" check" ) {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 if (System .getProperty(" idea.active" ) != null ||
1515 System .getProperty(" idea.sync.active" ) != null ) {
1616 // so we can run tests in the IDE with the IntelliJ IDEA runner
17- runtimeOnly(project(" :rewrite-java-21 " ))
17+ runtimeOnly(project(" :rewrite-java-25 " ))
1818 }
1919}
2020
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 testImplementation(project(" :rewrite-kotlin" ))
1919 testImplementation(" io.github.classgraph:classgraph:latest.release" )
2020 testImplementation(" org.junit-pioneer:junit-pioneer:2.0.0" )
21- testRuntimeOnly(project(" :rewrite-java-21 " ))
21+ testRuntimeOnly(project(" :rewrite-java-25 " ))
2222 testRuntimeOnly(" jakarta.persistence:jakarta.persistence-api:3.1.0" )
2323 testRuntimeOnly(" org.apache.hbase:hbase-shaded-client:2.4.11" )
2424 testRuntimeOnly(" com.google.guava:guava:latest.release" )
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 testImplementation(" org.yaml:snakeyaml:latest.release" )
6565 testImplementation(project(" :rewrite-test" ))
6666 testImplementation(project(" :rewrite-java-test" ))
67- testRuntimeOnly(project(" :rewrite-java-21 " ))
67+ testRuntimeOnly(project(" :rewrite-java-25 " ))
6868 testImplementation(" com.tngtech.archunit:archunit:1.0.1" )
6969 testImplementation(" com.tngtech.archunit:archunit-junit5:1.0.1" )
7070 testImplementation(" org.junit-pioneer:junit-pioneer:2.0.0" )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838 testImplementation(project(" :rewrite-test" ))
3939 testImplementation(project(" :rewrite-yaml" ))
4040 testImplementation(" io.moderne:jsonrpc:latest.integration" )
41- testRuntimeOnly(project(" :rewrite-java-21 " ))
41+ testRuntimeOnly(project(" :rewrite-java-25 " ))
4242}
4343
4444tasks.withType<Javadoc >().configureEach {
@@ -217,7 +217,7 @@ testing {
217217
218218 dependencies {
219219 implementation(project())
220- implementation(project(" :rewrite-java-21 " ))
220+ implementation(project(" :rewrite-java-25 " ))
221221 implementation(project(" :rewrite-test" ))
222222 implementation(project(" :rewrite-json" ))
223223 implementation(project(" :rewrite-java-tck" ))
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626
2727 testImplementation(" org.junit-pioneer:junit-pioneer:latest.release" )
2828 testImplementation(project(" :rewrite-test" ))
29- testRuntimeOnly(project(" :rewrite-java-21 " ))
29+ testRuntimeOnly(project(" :rewrite-java-25 " ))
3030 testRuntimeOnly(" org.antlr:antlr4-runtime:4.13.2" )
3131 testRuntimeOnly(" com.fasterxml.jackson.module:jackson-module-kotlin" )
3232
You can’t perform that action at this time.
0 commit comments