Skip to content

Commit 390b604

Browse files
Bump various examples deps
1 parent ba40c35 commit 390b604

File tree

17 files changed

+39
-39
lines changed

17 files changed

+39
-39
lines changed

clj-otel-api/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
io.opentelemetry.semconv/opentelemetry-semconv {:mvn/version "1.37.0"}
99
io.opentelemetry.semconv/opentelemetry-semconv-incubating {:mvn/version "1.37.0-alpha"}}
1010
:aliases {:provided {:extra-deps {org.clojure/core.async {:mvn/version "1.9.829-alpha2"}
11-
manifold/manifold {:mvn/version "0.4.3"}
11+
manifold/manifold {:mvn/version "0.4.4"}
1212
missionary/missionary {:mvn/version "b.46"}}}}}

examples/anonymise-app/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88

99
# OpenTelemetry Collector
1010
otel-collector:
11-
image: otel/opentelemetry-collector:0.137.0
11+
image: otel/opentelemetry-collector:0.139.0
1212
volumes:
1313
- ./otel-collector.yaml:/etc/otel-collector.yaml
1414
command:

examples/anonymise-app/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
com.github.steffan-westcott/clj-otel-api {:local/root "../../clj-otel-api"}
1010
com.xadecimal/async-style {:mvn/version "0.1.0"}
1111
funcool/promesa {:mvn/version "11.0.678"}
12-
manifold/manifold {:mvn/version "0.4.3"}
12+
manifold/manifold {:mvn/version "0.4.4"}
1313
missionary/missionary {:mvn/version "b.46"}}
1414

1515
:aliases {:otel {:jvm-opts ["-javaagent:../opentelemetry-javaagent.jar"

examples/common/async/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
io.pedestal/pedestal.service {:mvn/version "0.8.1"}
1919

2020
;; Asynchronous event programming
21-
manifold/manifold {:mvn/version "0.4.3"}
21+
manifold/manifold {:mvn/version "0.4.4"}
2222

2323
;; HTTP server abstraction
2424
ring/ring-core {:mvn/version "1.15.3"}}}

examples/countries-service/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88

99
# Prometheus
1010
prometheus:
11-
image: prom/prometheus:v3.6.0
11+
image: prom/prometheus:v3.7.3
1212
volumes:
1313
- ./prometheus.yaml:/etc/prometheus.yaml
1414
command:
@@ -19,7 +19,7 @@ services:
1919

2020
# OpenTelemetry Collector
2121
otel-collector:
22-
image: otel/opentelemetry-collector:0.137.0
22+
image: otel/opentelemetry-collector:0.139.0
2323
volumes:
2424
- ./otel-collector.yaml:/etc/otel-collector.yaml
2525
command:

examples/cube-app/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88

99
# Prometheus
1010
prometheus:
11-
image: prom/prometheus:v3.6.0
11+
image: prom/prometheus:v3.7.3
1212
volumes:
1313
- ./prometheus.yaml:/etc/prometheus.yaml
1414
command:
@@ -19,7 +19,7 @@ services:
1919

2020
# OpenTelemetry Collector
2121
otel-collector:
22-
image: otel/opentelemetry-collector:0.137.0
22+
image: otel/opentelemetry-collector:0.139.0
2323
volumes:
2424
- ./otel-collector.yaml:/etc/otel-collector.yaml
2525
command:

examples/divisor-app/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99

1010
# Prometheus
1111
prometheus:
12-
image: prom/prometheus:v3.6.0
12+
image: prom/prometheus:v3.7.3
1313
volumes:
1414
- ./prometheus.yaml:/etc/prometheus.yaml
1515
command:

examples/factorial-app/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88

99
# Prometheus
1010
prometheus:
11-
image: prom/prometheus:v3.6.0
11+
image: prom/prometheus:v3.7.3
1212
volumes:
1313
- ./prometheus.yaml:/etc/prometheus.yaml
1414
command:
@@ -19,7 +19,7 @@ services:
1919

2020
# OpenTelemetry Collector
2121
otel-collector:
22-
image: otel/opentelemetry-collector:0.137.0
22+
image: otel/opentelemetry-collector:0.139.0
2323
volumes:
2424
- ./otel-collector.yaml:/etc/otel-collector.yaml
2525
command:

examples/microservices/auto-instrument/interceptor/compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ services:
108108

109109
# OpenTelemetry Collector
110110
otel-collector:
111-
image: otel/opentelemetry-collector-contrib:0.137.0
111+
image: otel/opentelemetry-collector-contrib:0.139.0
112112
environment:
113113
GOMEMLIMIT: "400MiB"
114114
volumes:
@@ -126,15 +126,15 @@ services:
126126

127127
# Loki
128128
loki:
129-
image: grafana/loki:3.5.5
129+
image: grafana/loki:3.5.8
130130
volumes:
131131
- ./loki.yaml:/etc/loki.yaml
132132
command: -config.file=/etc/loki.yaml
133133

134134

135135
# Tempo
136136
tempo:
137-
image: grafana/tempo:2.8.2
137+
image: grafana/tempo:2.9.0
138138
volumes:
139139
- ./tempo.yaml:/etc/tempo.yaml
140140
command:
@@ -143,7 +143,7 @@ services:
143143

144144
# Prometheus
145145
prometheus:
146-
image: prom/prometheus:v3.6.0
146+
image: prom/prometheus:v3.7.3
147147
volumes:
148148
- ./prometheus.yaml:/etc/prometheus.yaml
149149
command:
@@ -154,7 +154,7 @@ services:
154154

155155
# Grafana
156156
grafana:
157-
image: grafana/grafana:12.2.0
157+
image: grafana/grafana:12.2.1
158158
volumes:
159159
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/grafana-datasources.yaml:ro
160160
- ./grafana-dashboards.yaml:/etc/grafana/provisioning/dashboards/grafana-dashboards.yaml:ro

examples/microservices/auto-instrument/interceptor/solar-system-service/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
io.pedestal/pedestal.service {:mvn/version "0.8.1"}
3434

3535
;; Asynchronous event programming
36-
manifold/manifold {:mvn/version "0.4.3"}
36+
manifold/manifold {:mvn/version "0.4.4"}
3737

3838
;; Functional effects and streaming
3939
missionary/missionary {:mvn/version "b.46"}

0 commit comments

Comments
 (0)