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
2
2
3
3
RUN apt-get update && apt-get install -y unzip && apt install -y graphviz && rm -rf /var/lib/apt/lists/*
4
4
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ dependencies {
26
26
27
27
implementation ' commons-cli:commons-cli:1.9.0'
28
28
29
- implementation ' org.codehaus.groovy:groovy-jsr223:3.0.24 '
29
+ implementation ' org.codehaus.groovy:groovy-jsr223:3.0.25 '
30
30
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 '
32
32
33
33
def log4jVersion = ' 2.24.3'
34
34
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
2
2
version =1.0.0
You can’t perform that action at this time.
0 commit comments