Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<reactor-bom.version>2023.0.15</reactor-bom.version>
<reactor-bom.version>2023.0.16</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>3.0</hamcrest.version>
<mockito-core.version>5.16.0</mockito-core.version>
<mockito-core.version>5.16.1</mockito-core.version>
<junit.version>5.11.4</junit.version>
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
<testng.version>7.11.0</testng.version>
Expand All @@ -58,7 +58,7 @@
<jackson.version>2.18.3</jackson.version>
<lombok.version>1.18.36</lombok.version>
<svm.version>24.1.2</svm.version>
<micrometer.version>1.13.11</micrometer.version>
<micrometer.version>1.13.12</micrometer.version>
<blockhound.version>1.0.11.RELEASE</blockhound.version>
<testcontainers.version>1.20.6</testcontainers.version>
<build-resources.version>2024-12.1</build-resources.version>
Expand Down