Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Oct 27, 2023
1 parent 6f40424 commit a638e3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ repositories {

dependencies {

implementation 'com.structurizr:structurizr-dsl:1.32.0'
implementation 'com.structurizr:structurizr-export:1.16.1'
implementation 'com.structurizr:structurizr-dsl:1.33.0'
implementation 'com.structurizr:structurizr-export:1.17.0'
implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.2'
implementation 'com.structurizr:structurizr-graphviz:2.2.0'
implementation 'com.structurizr:structurizr-graphviz:2.2.2'

implementation 'commons-cli:commons-cli:1.5.0'
implementation 'org.apache.groovy:groovy-jsr223:4.0.12'
implementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.22'
implementation 'org.jruby:jruby-core:9.4.2.0'

implementation 'org.codehaus.groovy:groovy-jsr223:3.0.19'
implementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10'
implementation 'org.jruby:jruby-core:9.4.4.0'

implementation 'commons-logging:commons-logging:1.2'
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.34.0 (27th October 2023)

- structurizr/dsl: Updated to 1.33.0 - [changelog](https://github.com/structurizr/dsl/releases/tag/v1.33.0).
- structurizr/export: Updated to 1.17.0 - [changelog](https://github.com/structurizr/export/releases/tag/v1.17.0).
- structurizr/graphviz: Updated to 2.2.2 - [changelog](https://github.com/structurizr/graphviz/releases/tag/v2.2.2).

## 1.33.1 (11th August 2023)

- structurizr/export: Updated to 1.16.1 - [changelog](https://github.com/structurizr/export/releases/tag/v1.16.1).
Expand Down

0 comments on commit a638e3a

Please sign in to comment.