File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:21.0.7_6 -jre-noble
1+ FROM eclipse-temurin:21.0.8_9 -jre-noble
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 @@ -24,13 +24,13 @@ dependencies {
2424 implementation " com.structurizr:structurizr-inspection:${ structurizrVersion} "
2525// implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.3'
2626
27- implementation ' commons-cli:commons-cli:1.9 .0'
27+ implementation ' commons-cli:commons-cli:1.10 .0'
2828
2929 implementation ' org.codehaus.groovy:groovy-jsr223:3.0.25'
3030 implementation ' org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25'
3131 implementation ' org.jruby:jruby-core:9.4.12.1'
3232
33- def log4jVersion = ' 2.24.3 '
33+ def log4jVersion = ' 2.25.2 '
3434 implementation " org.apache.logging.log4j:log4j-api:${ log4jVersion} "
3535 implementation " org.apache.logging.log4j:log4j-core:${ log4jVersion} "
3636 implementation " org.apache.logging.log4j:log4j-jcl:${ log4jVersion} "
You can’t perform that action at this time.
0 commit comments