Skip to content

Commit 3e916a1

Browse files
authored
build: Update dependencies (#1630)
1 parent 814bbbd commit 3e916a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
<!-- Please note that when updating this dependency -->
4242
<!-- (i.e. due to a security vulnerability or bug) that the -->
4343
<!-- corresponding server dependency also needs updating.-->
44-
<reactor-bom.version>2023.0.15</reactor-bom.version>
44+
<reactor-bom.version>2023.0.16</reactor-bom.version>
4545
<slf4j-api.version>1.7.36</slf4j-api.version>
4646
<hamcrest.version>3.0</hamcrest.version>
47-
<mockito-core.version>5.16.0</mockito-core.version>
47+
<mockito-core.version>5.16.1</mockito-core.version>
4848
<junit.version>5.11.4</junit.version>
4949
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
5050
<testng.version>7.11.0</testng.version>
@@ -58,7 +58,7 @@
5858
<jackson.version>2.18.3</jackson.version>
5959
<lombok.version>1.18.36</lombok.version>
6060
<svm.version>24.1.2</svm.version>
61-
<micrometer.version>1.13.11</micrometer.version>
61+
<micrometer.version>1.13.12</micrometer.version>
6262
<blockhound.version>1.0.11.RELEASE</blockhound.version>
6363
<testcontainers.version>1.20.6</testcontainers.version>
6464
<build-resources.version>2024-12.1</build-resources.version>

0 commit comments

Comments
 (0)