|
3 | 3 | <parent> |
4 | 4 | <artifactId>cf-java-logging-support-parent</artifactId> |
5 | 5 | <groupId>com.sap.hcp.cf.logging</groupId> |
6 | | - <version>3.8.4</version> |
| 6 | + <version>3.8.6</version> |
7 | 7 | </parent> |
8 | 8 | <modelVersion>4.0.0</modelVersion> |
9 | 9 | <artifactId>cf-java-logging-support-opentelemetry-agent-extension</artifactId> |
|
56 | 56 | <dependency> |
57 | 57 | <groupId>io.opentelemetry</groupId> |
58 | 58 | <artifactId>opentelemetry-sdk-common</artifactId> |
59 | | - <version>1.31.0</version> |
| 59 | + <version>1.52.0</version> |
60 | 60 | <scope>provided</scope> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>io.opentelemetry</groupId> |
64 | 64 | <artifactId>opentelemetry-sdk-extension-autoconfigure</artifactId> |
65 | | - <version>1.31.0</version> |
| 65 | + <version>1.52.0</version> |
66 | 66 | <scope>compile</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>io.opentelemetry</groupId> |
70 | 70 | <artifactId>opentelemetry-exporter-otlp</artifactId> |
71 | | - <version>1.31.0</version> |
| 71 | + <version>1.52.0</version> |
72 | 72 | <scope>compile</scope> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
|
77 | 77 | <version>2.18.2</version> |
78 | 78 | <scope>compile</scope> |
79 | 79 | </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>com.squareup.okhttp3</groupId> |
| 82 | + <artifactId>okhttp</artifactId> |
| 83 | + <version>4.9.3</version> |
| 84 | + <scope>test</scope> |
| 85 | + <exclusions> |
| 86 | + <exclusion> |
| 87 | + <artifactId>okio</artifactId> |
| 88 | + <groupId>com.squareup.okio</groupId> |
| 89 | + </exclusion> |
| 90 | + <exclusion> |
| 91 | + <artifactId>kotlin-stdlib</artifactId> |
| 92 | + <groupId>org.jetbrains.kotlin</groupId> |
| 93 | + </exclusion> |
| 94 | + </exclusions> |
| 95 | + </dependency> |
80 | 96 | <dependency> |
81 | 97 | <groupId>uk.org.webcompere</groupId> |
82 | 98 | <artifactId>system-stubs-junit4</artifactId> |
|
169 | 185 | <properties> |
170 | 186 | <maven.compiler.target>11</maven.compiler.target> |
171 | 187 | <maven.compiler.source>11</maven.compiler.source> |
172 | | - <opentelemetry.sdk.version>1.31.0</opentelemetry.sdk.version> |
| 188 | + <opentelemetry.sdk.version>1.52.0</opentelemetry.sdk.version> |
173 | 189 | </properties> |
174 | 190 | </project> |
0 commit comments