Skip to content

Commit f229788

Browse files
authored
Update dependencies (#1552)
1 parent 8e062a3 commit f229788

File tree

6 files changed

+11
-15
lines changed

6 files changed

+11
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ Before contributing to this project, please take a few minutes to read our [Cont
112112

113113
### Java Version
114114

115-
For the 1.5+ Driver Series, the source code _must_ compile on Java 8.
115+
For the 5.x Driver Series, the source code _must_ compile on Java 17.
116116

117-
For the previous versions, the compilation requires Java 7.
117+
For the 4.x Driver Series, the compilation requires Java 8.
118118

119119
### Building
120120

benchkit-backend/LICENSES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ libraries. For an overview of the licenses see the NOTICE.txt file.
44

55
------------------------------------------------------------------------------
66
Apache Software License, Version 2.0
7-
Byte Buddy (without dependencies)
87
Jackson-annotations
98
Jackson-core
109
jackson-databind

benchkit-backend/NOTICE.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Third-party licenses
1919
--------------------
2020

2121
Apache Software License, Version 2.0
22-
Byte Buddy (without dependencies)
2322
Jackson-annotations
2423
Jackson-core
2524
jackson-databind

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,30 @@
3636
<!-- Please note that when updating this dependency -->
3737
<!-- (i.e. due to a security vulnerability or bug) that the -->
3838
<!-- corresponding server dependency also needs updating.-->
39-
<netty-bom.version>4.1.109.Final</netty-bom.version>
39+
<netty-bom.version>4.1.110.Final</netty-bom.version>
4040
<!-- Please note that when updating this dependency -->
4141
<!-- (i.e. due to a security vulnerability or bug) that the -->
4242
<!-- corresponding server dependency also needs updating.-->
43-
<reactor-bom.version>2023.0.5</reactor-bom.version>
43+
<reactor-bom.version>2023.0.6</reactor-bom.version>
4444
<slf4j-api.version>1.7.36</slf4j-api.version>
4545
<hamcrest.version>2.2</hamcrest.version>
46-
<mockito-core.version>5.11.0</mockito-core.version>
46+
<mockito-core.version>5.12.0</mockito-core.version>
4747
<junit.version>5.10.2</junit.version>
4848
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
49-
<testng.version>7.10.1</testng.version>
49+
<testng.version>7.10.2</testng.version>
5050
<jarchivelib.version>1.2.0</jarchivelib.version>
5151
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
52-
<commons-compress.version>1.26.1</commons-compress.version>
52+
<commons-compress.version>1.26.2</commons-compress.version>
5353
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
54-
<commons-codec.version>1.16.1</commons-codec.version>
54+
<commons-codec.version>1.17.0</commons-codec.version>
5555
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
5656
<logback-classic.version>1.2.13</logback-classic.version>
57-
<jackson.version>2.17.0</jackson.version>
57+
<jackson.version>2.17.1</jackson.version>
5858
<lombok.version>1.18.32</lombok.version>
5959
<svm.version>24.0.1</svm.version>
60-
<micrometer.version>1.12.5</micrometer.version>
60+
<micrometer.version>1.13.0</micrometer.version>
6161
<blockhound.version>1.0.9.RELEASE</blockhound.version>
62-
<testcontainers.version>1.19.7</testcontainers.version>
62+
<testcontainers.version>1.19.8</testcontainers.version>
6363
<build-resources.version>5.18.1</build-resources.version>
6464
<!-- To be overwritten by child projects -->
6565
<moduleName/>

testkit-backend/LICENSES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ libraries. For an overview of the licenses see the NOTICE.txt file.
44

55
------------------------------------------------------------------------------
66
Apache Software License, Version 2.0
7-
Byte Buddy (without dependencies)
87
Jackson-annotations
98
Jackson-core
109
jackson-databind

testkit-backend/NOTICE.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Third-party licenses
1919
--------------------
2020

2121
Apache Software License, Version 2.0
22-
Byte Buddy (without dependencies)
2322
Jackson-annotations
2423
Jackson-core
2524
jackson-databind

0 commit comments

Comments
 (0)