File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:21.0.6_7 -jre-noble
1+ FROM eclipse-temurin:21.0.7_6 -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 @@ -26,9 +26,9 @@ dependencies {
2626
2727 implementation ' commons-cli:commons-cli:1.9.0'
2828
29- implementation ' org.codehaus.groovy:groovy-jsr223:3.0.24 '
29+ implementation ' org.codehaus.groovy:groovy-jsr223:3.0.25 '
3030 implementation ' org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25'
31- implementation ' org.jruby:jruby-core:9.4.12.0 '
31+ implementation ' org.jruby:jruby-core:9.4.12.1 '
3232
3333 def log4jVersion = ' 2.24.3'
3434 implementation " org.apache.logging.log4j:log4j-api:${ log4jVersion} "
Original file line number Diff line number Diff line change 1- structurizrVersion =4.0 .0
1+ structurizrVersion =4.1 .0
22version =1.0.0
You can’t perform that action at this time.
0 commit comments