Skip to content

Commit

Permalink
Update all gradle dependencies (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 3a4537a commit 428bd1a
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
Expand Up @@ -13,13 +13,13 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
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-client:1.28.0")
implementation("com.structurizr:structurizr-core:1.28.0")
implementation("com.structurizr:structurizr-import:1.7.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")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")

testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
Expand Down

0 comments on commit 428bd1a

Please sign in to comment.