Skip to content

Commit 8b1a826

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # compiler-plugin/build.gradle.kts
2 parents dadb1b7 + aa73c6c commit 8b1a826

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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'

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

compiler-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ mavenPublishing {
2727

2828
group = "de.jensklingenberg"
2929
version = "0.0.1"
30-
val autoService = "1.0.1"
30+
val autoService = "1.1.1"
3131
dependencies {
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
}

gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
}
2020
}
2121
dependencies {
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

2525
gradlePlugin {

0 commit comments

Comments
 (0)