Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all gradle dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bfa13fa commit 66e1944
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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
}

@@ -13,17 +13,17 @@ 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")

testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
}

val test by tasks.getting(Test::class) {

0 comments on commit 66e1944

Please sign in to comment.