Skip to content

Commit

Permalink
Update all gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 6e15c6d commit 5d3f2e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.20"
application
}

Expand All @@ -13,10 +13,10 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("com.structurizr:structurizr-client:1.26.1")
implementation("com.structurizr:structurizr-core:1.26.1")
implementation("com.structurizr:structurizr-import:1.5.0")
implementation("com.structurizr:structurizr-graphviz:2.2.1")
implementation("com.structurizr:structurizr-client:1.27.0")
implementation("com.structurizr:structurizr-core:1.27.0")
implementation("com.structurizr:structurizr-import:1.6.0")
implementation("com.structurizr:structurizr-graphviz:2.2.2")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
Expand Down

0 comments on commit 5d3f2e2

Please sign in to comment.