Skip to content

Commit

Permalink
Updated structurizr-* to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 3, 2024
1 parent b64d36e commit 1e6a9c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion structurizr-onpremises-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-client:2.0.0'
api 'com.structurizr:structurizr-client:2.1.1'

testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
}
Expand Down
6 changes: 3 additions & 3 deletions structurizr-onpremises/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ dependencies {

implementation project(':structurizr-onpremises-plugin')

implementation 'com.structurizr:structurizr-dsl:2.1.0'
implementation 'com.structurizr:structurizr-inspection:2.1.0'
implementation 'com.structurizr:structurizr-autolayout:2.1.0'
implementation 'com.structurizr:structurizr-dsl:2.1.1'
implementation 'com.structurizr:structurizr-inspection:2.1.1'
implementation 'com.structurizr:structurizr-autolayout:2.1.1'

compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
implementation 'jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.0'
Expand Down

0 comments on commit 1e6a9c7

Please sign in to comment.