Skip to content

Commit b3c999d

Browse files
fix(deps): update all patch versions
1 parent d82743d commit b3c999d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

log-appender/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("org.slf4j:jul-to-slf4j:2.0.17")
2424

2525
// Log4j
26-
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.1"))
26+
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.2"))
2727
implementation("org.apache.logging.log4j:log4j-api")
2828
implementation("org.apache.logging.log4j:log4j-core")
2929

prometheus/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
ports:
66
- '19090:19090'
77
prometheus:
8-
image: prom/prometheus@sha256:63805ebb8d2b3920190daf1cb14a60871b16fd38bed42b857a3182bc621f4996
8+
image: prom/prometheus@sha256:76947e7ef22f8a698fc638f706685909be425dbe09bd7a2cd7aca849f79b5f64
99
volumes:
1010
- ./prometheus.yml:/etc/prometheus/prometheus.yml
1111
depends_on:

0 commit comments

Comments
 (0)