File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Set up JDK 1.8
13- uses : actions/setup-java@v3
13+ uses : actions/setup-java@v4
1414 with :
1515 java-version : ' 11'
1616 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath(" com.vanniktech:gradle-maven-publish-plugin:0.23.1 " )
12+ classpath(" com.vanniktech:gradle-maven-publish-plugin:0.25.3 " )
1313 classpath(" de.jensklingenberg:gradle-plugin:1.0.0" )
1414 }
1515}
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ mavenPublishing {
2727
2828group = " de.jensklingenberg"
2929version = " 0.0.1"
30- val autoService = " 1.0 .1"
30+ val autoService = " 1.1 .1"
3131dependencies {
3232 compileOnly(" com.google.auto.service:auto-service:$autoService " )
3333 kapt(" com.google.auto.service:auto-service:$autoService " )
3434 compileOnly(" org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.23" )
3535 testImplementation(" dev.zacsweers.kctfork:core:0.2.1" )
3636 testImplementation(" junit:junit:4.13.2" )
37- testImplementation(" com.google.truth:truth:1.1.3 " )
37+ testImplementation(" com.google.truth:truth:1.1.5 " )
3838 testImplementation(kotlin(" reflect" ))
3939
4040}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ allprojects {
1919 }
2020}
2121dependencies {
22- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.9.10 " )
22+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.9.21 " )
2323}
2424
2525gradlePlugin {
You can’t perform that action at this time.
0 commit comments