Skip to content

Commit

Permalink
Update dependencies (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored May 30, 2024
1 parent 8e062a3 commit f229788
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Before contributing to this project, please take a few minutes to read our [Cont

### Java Version

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

For the previous versions, the compilation requires Java 7.
For the 4.x Driver Series, the compilation requires Java 8.

### Building

Expand Down
1 change: 0 additions & 1 deletion benchkit-backend/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ libraries. For an overview of the licenses see the NOTICE.txt file.

------------------------------------------------------------------------------
Apache Software License, Version 2.0
Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
Expand Down
1 change: 0 additions & 1 deletion benchkit-backend/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Third-party licenses
--------------------

Apache Software License, Version 2.0
Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,30 @@
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<netty-bom.version>4.1.109.Final</netty-bom.version>
<netty-bom.version>4.1.110.Final</netty-bom.version>
<!-- 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.5</reactor-bom.version>
<reactor-bom.version>2023.0.6</reactor-bom.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito-core.version>5.11.0</mockito-core.version>
<mockito-core.version>5.12.0</mockito-core.version>
<junit.version>5.10.2</junit.version>
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
<testng.version>7.10.1</testng.version>
<testng.version>7.10.2</testng.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
<commons-compress.version>1.26.1</commons-compress.version>
<commons-compress.version>1.26.2</commons-compress.version>
<!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
<commons-codec.version>1.16.1</commons-codec.version>
<commons-codec.version>1.17.0</commons-codec.version>
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
<logback-classic.version>1.2.13</logback-classic.version>
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.17.1</jackson.version>
<lombok.version>1.18.32</lombok.version>
<svm.version>24.0.1</svm.version>
<micrometer.version>1.12.5</micrometer.version>
<micrometer.version>1.13.0</micrometer.version>
<blockhound.version>1.0.9.RELEASE</blockhound.version>
<testcontainers.version>1.19.7</testcontainers.version>
<testcontainers.version>1.19.8</testcontainers.version>
<build-resources.version>5.18.1</build-resources.version>
<!-- To be overwritten by child projects -->
<moduleName/>
Expand Down
1 change: 0 additions & 1 deletion testkit-backend/LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ libraries. For an overview of the licenses see the NOTICE.txt file.

------------------------------------------------------------------------------
Apache Software License, Version 2.0
Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
Expand Down
1 change: 0 additions & 1 deletion testkit-backend/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Third-party licenses
--------------------

Apache Software License, Version 2.0
Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
Expand Down

0 comments on commit f229788

Please sign in to comment.