Skip to content

Commit

Permalink
Merge pull request #147 from RADAR-base/dependabot-security-updates
Browse files Browse the repository at this point in the history
Dependabot security updates
  • Loading branch information
Bdegraaf1234 authored Mar 7, 2024
2 parents 6c39236 + a5eaab6 commit 07692c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions radar-commons-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
`kotlin-dsl`
`java-gradle-plugin`
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.21"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1"
id("org.jetbrains.dokka") version "1.9.0"
id("org.jetbrains.dokka") version "1.9.10"
signing
}

Expand All @@ -23,11 +23,11 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.48.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.10")
implementation("com.github.ben-manes:gradle-versions-plugin:0.50.0")
implementation("io.github.gradle-nexus:publish-plugin:2.0.0-rc-1")
implementation("org.jlleitschuh.gradle:ktlint-gradle:11.6.0")
implementation("org.jlleitschuh.gradle:ktlint-gradle:12.0.3")
implementation("com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin:2.5")
}

Expand Down

0 comments on commit 07692c8

Please sign in to comment.