Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Publishing version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 17, 2022
1 parent b3ee62f commit 12ae99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
kotlin("jvm") version "1.7.20" apply false
id("com.github.johnrengelman.shadow") version "7.1.2"
id("org.jmailen.kotlinter") version "3.12.0" apply false
id("com.github.ben-manes.versions") version "0.42.0"
id("com.google.devtools.ksp").version("1.7.20-1.0.6") apply false
id("com.github.ben-manes.versions") version "0.43.0"
id("com.google.devtools.ksp").version("1.7.20-1.0.7") apply false
}
allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.apache.httpcomponents:httpclient:4.5.13")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.4")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.4.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0")
Expand Down

0 comments on commit 12ae99b

Please sign in to comment.