Skip to content

Commit c2bcde2

Browse files
Bumps dependencies and Docker base.
1 parent f33785b commit c2bcde2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:21.0.4_7-jre-jammy
1+
FROM eclipse-temurin:21.0.5_11-jre-jammy
22

33
RUN apt-get update && apt-get install -y unzip && apt install -y graphviz && rm -rf /var/lib/apt/lists/*
44

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ targetCompatibility = 17
1313

1414
repositories {
1515
mavenCentral()
16-
// mavenLocal()
16+
//mavenLocal()
1717
}
1818

1919
dependencies {
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

0 commit comments

Comments
 (0)