Skip to content

Commit cff60e3

Browse files
EPA-239: Bump dependencies (#23)
1 parent 5a8a9cd commit cff60e3

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

epa4all-rest-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.rest-assured</groupId>
2323
<artifactId>rest-assured-bom</artifactId>
24-
<version>5.5.1</version>
24+
<version>6.0.0</version>
2525
<type>pom</type>
2626
<scope>import</scope>
2727
</dependency>

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<xml.bind.jaxb.version>2.3.1</xml.bind.jaxb.version>
7373
<jaxb.fluent.api.version>3.0</jaxb.fluent.api.version>
7474
<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>
7676

7777
<sonar.organization>oviva-ag</sonar.organization>
7878
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -100,19 +100,19 @@
100100
<dependency>
101101
<groupId>com.sun.xml.bind</groupId>
102102
<artifactId>jaxb-impl</artifactId>
103-
<version>4.0.5</version>
103+
<version>4.0.6</version>
104104
</dependency>
105105

106106
<dependency>
107107
<groupId>org.projectlombok</groupId>
108108
<artifactId>lombok</artifactId>
109-
<version>1.18.34</version>
109+
<version>1.18.42</version>
110110
<scope>provided</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>com.github.spotbugs</groupId>
114114
<artifactId>spotbugs-annotations</artifactId>
115-
<version>4.9.3</version>
115+
<version>4.9.8</version>
116116
<exclusions>
117117
<exclusion>
118118
<groupId>com.google.code.findbugs</groupId>
@@ -158,30 +158,30 @@
158158
<dependency>
159159
<groupId>com.fasterxml.jackson</groupId>
160160
<artifactId>jackson-bom</artifactId>
161-
<version>2.19.0</version>
161+
<version>2.20.1</version>
162162
<type>pom</type>
163163
<scope>import</scope>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.nimbusds</groupId>
167167
<artifactId>nimbus-jose-jwt</artifactId>
168-
<version>10.3</version>
168+
<version>10.6</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>com.nimbusds</groupId>
172172
<artifactId>oauth2-oidc-sdk</artifactId>
173-
<version>11.25</version>
173+
<version>11.30.1</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>io.opentelemetry</groupId>
177177
<artifactId>opentelemetry-api</artifactId>
178-
<version>1.50.0</version>
178+
<version>1.57.0</version>
179179
</dependency>
180180

181181
<dependency>
182182
<groupId>org.apache.commons</groupId>
183183
<artifactId>commons-lang3</artifactId>
184-
<version>3.18.0</version>
184+
<version>3.20.0</version>
185185
</dependency>
186186

187187
<dependency>
@@ -193,21 +193,21 @@
193193
<dependency>
194194
<groupId>org.assertj</groupId>
195195
<artifactId>assertj-core</artifactId>
196-
<version>3.27.3</version>
196+
<version>3.27.6</version>
197197
<scope>test</scope>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.mockito</groupId>
201201
<artifactId>mockito-bom</artifactId>
202-
<version>5.18.0</version>
202+
<version>5.21.0</version>
203203
<type>pom</type>
204204
<scope>import</scope>
205205
</dependency>
206206

207207
<dependency>
208208
<groupId>io.undertow</groupId>
209209
<artifactId>undertow-core</artifactId>
210-
<version>2.3.18.Final</version>
210+
<version>2.3.20.Final</version>
211211
</dependency>
212212

213213
</dependencies>

0 commit comments

Comments
 (0)