Skip to content

Commit

Permalink
fix(deps): update structurizr to v3 (#608)
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 Oct 2, 2024
1 parent 391aafd commit 04c32b3
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:2.2.0")
implementation("com.structurizr:structurizr-dsl:2.2.0")
implementation("com.structurizr:structurizr-export:2.2.0")
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("net.sourceforge.plantuml:plantuml:1.2024.7")

Expand Down

0 comments on commit 04c32b3

Please sign in to comment.