|
18 | 18 | <dependency> |
19 | 19 | <groupId>io.opentelemetry</groupId> |
20 | 20 | <artifactId>opentelemetry-api</artifactId> |
| 21 | + <version>1.47.0</version> |
21 | 22 | </dependency> |
22 | 23 | <dependency> |
23 | 24 | <groupId>io.opentelemetry</groupId> |
24 | 25 | <artifactId>opentelemetry-sdk</artifactId> |
| 26 | + <version>1.47.0</version> |
25 | 27 | </dependency> |
26 | 28 | <dependency> |
27 | 29 | <groupId>io.opentelemetry</groupId> |
28 | 30 | <artifactId>opentelemetry-sdk-trace</artifactId> |
| 31 | + <version>1.47.0</version> |
29 | 32 | </dependency> |
30 | 33 | <dependency> |
31 | 34 | <groupId>io.opentelemetry</groupId> |
32 | 35 | <artifactId>opentelemetry-exporter-common</artifactId> |
| 36 | + <version>1.47.0</version> |
33 | 37 | </dependency> |
34 | 38 | <dependency> |
35 | 39 | <groupId>io.opentelemetry.semconv</groupId> |
36 | 40 | <artifactId>opentelemetry-semconv</artifactId> |
37 | | - <version>1.23.1-alpha</version> |
| 41 | + <version>1.30.0</version> |
38 | 42 | </dependency> |
39 | 43 |
|
40 | 44 | <dependency> |
41 | 45 | <groupId>io.opentelemetry</groupId> |
42 | 46 | <artifactId>opentelemetry-exporter-otlp</artifactId> |
| 47 | + <version>1.47.0</version> |
43 | 48 | </dependency> |
44 | 49 |
|
45 | 50 | <!-- HTTP Client --> |
46 | 51 | <dependency> |
47 | 52 | <groupId>com.squareup.okhttp3</groupId> |
48 | 53 | <artifactId>okhttp</artifactId> |
| 54 | + <version>4.12.0</version> |
49 | 55 | </dependency> |
50 | 56 |
|
51 | 57 | <!-- JSON Processing --> |
52 | 58 | <dependency> |
53 | 59 | <groupId>com.fasterxml.jackson.core</groupId> |
54 | 60 | <artifactId>jackson-databind</artifactId> |
| 61 | + <version>2.18.3</version> |
55 | 62 | </dependency> |
56 | 63 | <dependency> |
57 | 64 | <groupId>com.fasterxml.jackson.core</groupId> |
58 | 65 | <artifactId>jackson-core</artifactId> |
| 66 | + <version>2.18.3</version> |
59 | 67 | </dependency> |
60 | 68 | <dependency> |
61 | 69 | <groupId>com.fasterxml.jackson.core</groupId> |
62 | 70 | <artifactId>jackson-annotations</artifactId> |
| 71 | + <version>2.18.3</version> |
63 | 72 | </dependency> |
64 | 73 |
|
65 | 74 | <!-- Cache --> |
66 | 75 | <dependency> |
67 | 76 | <groupId>com.github.ben-manes.caffeine</groupId> |
68 | 77 | <artifactId>caffeine</artifactId> |
| 78 | + <version>3.1.8</version> |
69 | 79 | </dependency> |
70 | 80 |
|
71 | 81 | <!-- Template Engines --> |
72 | 82 | <dependency> |
73 | 83 | <groupId>org.apache.commons</groupId> |
74 | 84 | <artifactId>commons-text</artifactId> |
| 85 | + <version>1.14.0</version> |
75 | 86 | </dependency> |
76 | 87 | <dependency> |
77 | 88 | <groupId>com.hubspot.jinjava</groupId> |
78 | 89 | <artifactId>jinjava</artifactId> |
| 90 | + <version>2.7.1</version> |
79 | 91 | </dependency> |
80 | 92 |
|
81 | 93 | <!-- JWT --> |
82 | 94 | <dependency> |
83 | 95 | <groupId>io.jsonwebtoken</groupId> |
84 | 96 | <artifactId>jjwt-api</artifactId> |
| 97 | + <version>0.12.5</version> |
85 | 98 | </dependency> |
86 | 99 | <dependency> |
87 | 100 | <groupId>io.jsonwebtoken</groupId> |
88 | 101 | <artifactId>jjwt-impl</artifactId> |
| 102 | + <version>0.12.5</version> |
89 | 103 | <scope>runtime</scope> |
90 | 104 | </dependency> |
91 | 105 | <dependency> |
92 | 106 | <groupId>io.jsonwebtoken</groupId> |
93 | 107 | <artifactId>jjwt-jackson</artifactId> |
| 108 | + <version>0.12.5</version> |
94 | 109 | <scope>runtime</scope> |
95 | 110 | </dependency> |
96 | 111 |
|
97 | 112 | <!-- Logging --> |
98 | 113 | <dependency> |
99 | 114 | <groupId>org.slf4j</groupId> |
100 | 115 | <artifactId>slf4j-api</artifactId> |
| 116 | + <version>2.0.17</version> |
101 | 117 | </dependency> |
102 | 118 |
|
103 | 119 | <!-- Test Dependencies --> |
104 | 120 | <dependency> |
105 | 121 | <groupId>org.junit.jupiter</groupId> |
106 | 122 | <artifactId>junit-jupiter</artifactId> |
| 123 | + <version>5.11.4</version> |
107 | 124 | <scope>test</scope> |
108 | 125 | </dependency> |
109 | 126 | <dependency> |
110 | 127 | <groupId>org.mockito</groupId> |
111 | 128 | <artifactId>mockito-core</artifactId> |
| 129 | + <version>5.14.2</version> |
112 | 130 | <scope>test</scope> |
113 | 131 | </dependency> |
114 | 132 | <dependency> |
115 | 133 | <groupId>org.mockito</groupId> |
116 | 134 | <artifactId>mockito-junit-jupiter</artifactId> |
| 135 | + <version>5.14.2</version> |
117 | 136 | <scope>test</scope> |
118 | 137 | </dependency> |
119 | 138 | <dependency> |
120 | 139 | <groupId>org.assertj</groupId> |
121 | 140 | <artifactId>assertj-core</artifactId> |
| 141 | + <version>3.26.3</version> |
122 | 142 | <scope>test</scope> |
123 | 143 | </dependency> |
124 | 144 | <dependency> |
125 | 145 | <groupId>com.squareup.okhttp3</groupId> |
126 | 146 | <artifactId>mockwebserver</artifactId> |
| 147 | + <version>4.12.0</version> |
127 | 148 | <scope>test</scope> |
128 | 149 | </dependency> |
129 | 150 | </dependencies> |
|
0 commit comments