Skip to content

Commit

Permalink
Bumps dependencies and Docker base.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 4, 2024
1 parent f33785b commit c2bcde2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.4_7-jre-jammy
FROM eclipse-temurin:21.0.5_11-jre-jammy

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

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ targetCompatibility = 17

repositories {
mavenCentral()
// mavenLocal()
//mavenLocal()
}

dependencies {

def structurizrVersion = '3.0.0'
def structurizrVersion = '3.1.0'
implementation "com.structurizr:structurizr-dsl:${structurizrVersion}"
implementation "com.structurizr:structurizr-export:${structurizrVersion}"
implementation "com.structurizr:structurizr-autolayout:${structurizrVersion}"
Expand All @@ -31,13 +31,13 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25'
implementation 'org.jruby:jruby-core:9.4.8.0'

def log4jVersion = '2.24.0'
def log4jVersion = '2.24.1'
implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
implementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
implementation "org.apache.logging.log4j:log4j-jcl:${log4jVersion}"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}"

testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'

}

Expand Down

0 comments on commit c2bcde2

Please sign in to comment.