Skip to content

Commit

Permalink
Merge branch 'main' into rh/fix-windows-coko-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fwendland authored May 3, 2024
2 parents 54cbd68 + 74cd118 commit d827da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:17.0.10_7-jre
FROM eclipse-temurin:17.0.11_9-jre

LABEL org.opencontainers.image.authors="Fraunhofer AISEC <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cpg-language-java = { module = "de.fraunhofer.aisec:cpg-language-java", version.

kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "6.0.9" }
log4j-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.23.1"}
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.3.0"}
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.4.0"}
koin = { module = "io.insert-koin:koin-core", version.ref = "koin"}
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin-test"}
koin-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin-test"}
Expand Down

0 comments on commit d827da2

Please sign in to comment.