Skip to content

Commit 8a0c8cf

Browse files
authored
chore: fix dependencies for flagd and OTel hook (#471)
Signed-off-by: Giovanni Liva <[email protected]>
1 parent 3190ad2 commit 8a0c8cf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

hooks/open-telemetry/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
<dependency>
4949
<groupId>io.opentelemetry</groupId>
5050
<artifactId>opentelemetry-semconv</artifactId>
51-
<version>1.28.0-alpha</version>
52-
<scope>provided</scope>
51+
<version>1.30.1-alpha</version>
5352
</dependency>
5453

5554
<dependency>

providers/flagd/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
<version>5.2.1</version>
129129
</dependency>
130130

131+
<dependency>
132+
<groupId>commons-codec</groupId>
133+
<artifactId>commons-codec</artifactId>
134+
<version>1.16.0</version>
135+
</dependency>
136+
131137
</dependencies>
132138

133139
<build>

0 commit comments

Comments
 (0)