Skip to content

Commit

Permalink
fix(deps): update structurizr to v3.1.0 (#633)
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 5, 2024
1 parent a9d6b5b commit cdbb84c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies {

implementation("org.eclipse.jgit:org.eclipse.jgit:7.0.0.202409031743-r")

implementation("com.structurizr:structurizr-core:3.0.0")
implementation("com.structurizr:structurizr-dsl:3.0.0")
implementation("com.structurizr:structurizr-export:3.0.0")
implementation("com.structurizr:structurizr-core:3.1.0")
implementation("com.structurizr:structurizr-dsl:3.1.0")
implementation("com.structurizr:structurizr-export:3.1.0")

implementation("net.sourceforge.plantuml:plantuml:1.2024.7")

Expand Down

0 comments on commit cdbb84c

Please sign in to comment.