|
72 | 72 | <xml.bind.jaxb.version>2.3.1</xml.bind.jaxb.version> |
73 | 73 | <jaxb.fluent.api.version>3.0</jaxb.fluent.api.version> |
74 | 74 | <bouncycastle.version>1.81</bouncycastle.version> |
75 | | - <logback-classic.version>1.5.18</logback-classic.version> |
| 75 | + <logback-classic.version>1.5.22</logback-classic.version> |
76 | 76 |
|
77 | 77 | <sonar.organization>oviva-ag</sonar.organization> |
78 | 78 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>com.sun.xml.bind</groupId> |
102 | 102 | <artifactId>jaxb-impl</artifactId> |
103 | | - <version>4.0.5</version> |
| 103 | + <version>4.0.6</version> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>org.projectlombok</groupId> |
108 | 108 | <artifactId>lombok</artifactId> |
109 | | - <version>1.18.34</version> |
| 109 | + <version>1.18.42</version> |
110 | 110 | <scope>provided</scope> |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
113 | 113 | <groupId>com.github.spotbugs</groupId> |
114 | 114 | <artifactId>spotbugs-annotations</artifactId> |
115 | | - <version>4.9.3</version> |
| 115 | + <version>4.9.8</version> |
116 | 116 | <exclusions> |
117 | 117 | <exclusion> |
118 | 118 | <groupId>com.google.code.findbugs</groupId> |
|
158 | 158 | <dependency> |
159 | 159 | <groupId>com.fasterxml.jackson</groupId> |
160 | 160 | <artifactId>jackson-bom</artifactId> |
161 | | - <version>2.19.0</version> |
| 161 | + <version>2.20.1</version> |
162 | 162 | <type>pom</type> |
163 | 163 | <scope>import</scope> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
166 | 166 | <groupId>com.nimbusds</groupId> |
167 | 167 | <artifactId>nimbus-jose-jwt</artifactId> |
168 | | - <version>10.3</version> |
| 168 | + <version>10.6</version> |
169 | 169 | </dependency> |
170 | 170 | <dependency> |
171 | 171 | <groupId>com.nimbusds</groupId> |
172 | 172 | <artifactId>oauth2-oidc-sdk</artifactId> |
173 | | - <version>11.25</version> |
| 173 | + <version>11.30.1</version> |
174 | 174 | </dependency> |
175 | 175 | <dependency> |
176 | 176 | <groupId>io.opentelemetry</groupId> |
177 | 177 | <artifactId>opentelemetry-api</artifactId> |
178 | | - <version>1.50.0</version> |
| 178 | + <version>1.57.0</version> |
179 | 179 | </dependency> |
180 | 180 |
|
181 | 181 | <dependency> |
182 | 182 | <groupId>org.apache.commons</groupId> |
183 | 183 | <artifactId>commons-lang3</artifactId> |
184 | | - <version>3.18.0</version> |
| 184 | + <version>3.20.0</version> |
185 | 185 | </dependency> |
186 | 186 |
|
187 | 187 | <dependency> |
|
193 | 193 | <dependency> |
194 | 194 | <groupId>org.assertj</groupId> |
195 | 195 | <artifactId>assertj-core</artifactId> |
196 | | - <version>3.27.3</version> |
| 196 | + <version>3.27.6</version> |
197 | 197 | <scope>test</scope> |
198 | 198 | </dependency> |
199 | 199 | <dependency> |
200 | 200 | <groupId>org.mockito</groupId> |
201 | 201 | <artifactId>mockito-bom</artifactId> |
202 | | - <version>5.18.0</version> |
| 202 | + <version>5.21.0</version> |
203 | 203 | <type>pom</type> |
204 | 204 | <scope>import</scope> |
205 | 205 | </dependency> |
206 | 206 |
|
207 | 207 | <dependency> |
208 | 208 | <groupId>io.undertow</groupId> |
209 | 209 | <artifactId>undertow-core</artifactId> |
210 | | - <version>2.3.18.Final</version> |
| 210 | + <version>2.3.20.Final</version> |
211 | 211 | </dependency> |
212 | 212 |
|
213 | 213 | </dependencies> |
|
0 commit comments