File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:21.0.4_7 -jre-jammy
1+ FROM eclipse-temurin:21.0.5_11 -jre-jammy
22
33RUN apt-get update && apt-get install -y unzip && apt install -y graphviz && rm -rf /var/lib/apt/lists/*
44
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ targetCompatibility = 17
1313
1414repositories {
1515 mavenCentral()
16- // mavenLocal()
16+ // mavenLocal()
1717}
1818
1919dependencies {
2020
21- def structurizrVersion = ' 3.0 .0'
21+ def structurizrVersion = ' 3.1 .0'
2222 implementation " com.structurizr:structurizr-dsl:${ structurizrVersion} "
2323 implementation " com.structurizr:structurizr-export:${ structurizrVersion} "
2424 implementation " com.structurizr:structurizr-autolayout:${ structurizrVersion} "
@@ -31,13 +31,13 @@ dependencies {
3131 implementation ' org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25'
3232 implementation ' org.jruby:jruby-core:9.4.8.0'
3333
34- def log4jVersion = ' 2.24.0 '
34+ def log4jVersion = ' 2.24.1 '
3535 implementation " org.apache.logging.log4j:log4j-api:${ log4jVersion} "
3636 implementation " org.apache.logging.log4j:log4j-core:${ log4jVersion} "
3737 implementation " org.apache.logging.log4j:log4j-jcl:${ log4jVersion} "
3838 implementation " org.apache.logging.log4j:log4j-slf4j-impl:${ log4jVersion} "
3939
40- testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
40+ testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
4141
4242}
4343
You can’t perform that action at this time.
0 commit comments