Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Oct 26, 2023
1 parent 2de11e2 commit 8bedf6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-core:1.25.0'
api 'com.structurizr:structurizr-core:1.27.0'

testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
}

compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17

description = 'Utilities to import diagrams and documentation into a Structurizr workspace'
group = 'com.structurizr'
version = '1.5.1'
version = '1.6.0'

test {
useJUnitPlatform()
Expand Down

0 comments on commit 8bedf6d

Please sign in to comment.