Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions oss-licenses-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.gradle.jvm.toolchain.JavaToolchainService
plugins {
id("groovy")
id("java-gradle-plugin")
id("org.jetbrains.kotlin.jvm") version "2.3.20"
id("org.jetbrains.kotlin.jvm") version "2.3.21"
id("com.gradle.plugin-publish") version "2.1.1"
}

Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
testImplementation("org.mockito:mockito-core:5.23.0")
testImplementation("com.google.guava:guava:33.6.0-jre")
testImplementation("com.google.truth:truth:1.4.5")
testImplementation("com.google.code.gson:gson:2.13.2")
testImplementation("com.google.code.gson:gson:2.14.0")
testImplementation("com.android.tools.build:gradle:9.2.0") {
because("Needed for DependencyTaskTest.")
}
Expand Down
2 changes: 1 addition & 1 deletion oss-licenses-plugin/testapp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-test-espresso = "3.7.0"
androidx-test-ext = "1.3.0"
compileSdk = "36"
junit = "4.13.2"
kotlin = "2.3.20"
kotlin = "2.3.21"
minSdk = "24"
oss-licenses-plugin = "+"
oss-licenses-library = "+" # Always use the latest available
Expand Down
Loading