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

Commit

Permalink
Upgrades dependencies, targets Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Sep 19, 2023
1 parent fbb243a commit 9447401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api 'com.structurizr:structurizr-import:1.5.0'

testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.16'
testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.22'
testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10'
testImplementation 'org.jruby:jruby-core:9.4.2.0'

testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
Expand All @@ -23,8 +23,8 @@ dependencies {
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'

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

description = 'Structurizr DSL'
group = 'com.structurizr'
Expand Down

0 comments on commit 9447401

Please sign in to comment.