|
119 | 119 | <lombok-maven-plugin.delombok.output>${project.build.directory}/delombok-for-javadoc</lombok-maven-plugin.delombok.output>
|
120 | 120 |
|
121 | 121 | <!-- compile dependencies -->
|
122 |
| - <protobuf.version>3.24.0</protobuf.version> |
| 122 | + <protobuf.version>3.25.5</protobuf.version> |
123 | 123 | <grpc.version>1.59.1</grpc.version>
|
124 | 124 | <proto-google-common-protos.version>2.9.0</proto-google-common-protos.version>
|
125 |
| - <netty.version>4.1.100.Final</netty.version> |
| 125 | + <netty.version>4.1.118.Final</netty.version> |
126 | 126 | <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
127 | 127 | <jsr305.version>3.0.2</jsr305.version>
|
128 | 128 | <guava.version>33.0.0-jre</guava.version>
|
|
131 | 131 | <commons-lang.version>3.13.0</commons-lang.version>
|
132 | 132 | <commons-text.version>1.10.0</commons-text.version>
|
133 | 133 | <compile-testing.version>0.21.0</compile-testing.version>
|
134 |
| - <kotlin-compile-testing.version>1.5.0</kotlin-compile-testing.version> |
| 134 | + <kotlin-compile-testing.version>1.6.0</kotlin-compile-testing.version> |
135 | 135 | <prometheus.version>0.6.0</prometheus.version>
|
136 |
| - <error-prone-annotations.version>2.14.0</error-prone-annotations.version> |
137 |
| - <gson-version>2.10.1</gson-version> |
| 136 | + <error-prone-annotations.version>2.36.0</error-prone-annotations.version> |
| 137 | + <gson-version>2.12.1</gson-version> |
138 | 138 | <auto-service.version>1.1.1</auto-service.version>
|
139 | 139 |
|
140 | 140 | <!-- optional dependencies (Kotlin support) -->
|
141 |
| - <kotlin.version>1.9.22</kotlin.version> |
| 141 | + <kotlin.version>1.9.24</kotlin.version> |
142 | 142 |
|
143 | 143 | <!-- test dependencies -->
|
144 | 144 | <junit.version>4.13.2</junit.version>
|
145 | 145 | <hamcrest-core.version>2.2</hamcrest-core.version>
|
146 | 146 | <assertj-core.version>3.25.3</assertj-core.version>
|
147 |
| - <log4j2.version>2.17.2</log4j2.version> |
148 |
| - <mockito.version>5.5.0</mockito.version> |
| 147 | + <log4j2.version>2.23.1</log4j2.version> |
| 148 | + <mockito.version>5.11.0</mockito.version> |
149 | 149 | <!-- NB: testcontainers and docker-java versions are related - when bumping one, check if another needs to be bumped too -->
|
150 |
| - <docker-java.version>3.3.3</docker-java.version> |
151 |
| - <testcontainers.version>1.19.1</testcontainers.version> |
152 |
| - <jackson.version>2.17.1</jackson.version> |
| 150 | + <docker-java.version>3.4.2</docker-java.version> |
| 151 | + <testcontainers.version>1.21.1</testcontainers.version> |
| 152 | + <!-- testcontainers ships with a vulnerable commons-compress=1.24.0 --> |
| 153 | + <commons-compress.version>1.27.1</commons-compress.version> |
| 154 | + <jackson.version>2.17.3</jackson.version> |
153 | 155 | <bytebuddy.version>1.14.11</bytebuddy.version>
|
154 |
| - <snakeyaml.version>1.33</snakeyaml.version> |
| 156 | + <snakeyaml.version>2.3</snakeyaml.version> |
155 | 157 | <aspectjweaver.version>1.9.21</aspectjweaver.version>
|
156 | 158 | <system-stubs.version>2.1.7</system-stubs.version>
|
157 | 159 | </properties>
|
|
644 | 646 | <artifactId>commons-text</artifactId>
|
645 | 647 | <version>${commons-text.version}</version>
|
646 | 648 | </dependency>
|
| 649 | + <dependency> |
| 650 | + <groupId>org.apache.commons</groupId> |
| 651 | + <artifactId>commons-compress</artifactId> |
| 652 | + <version>${commons-compress.version}</version> |
| 653 | + </dependency> |
647 | 654 | <dependency>
|
648 | 655 | <groupId>tech.ydb</groupId>
|
649 | 656 | <artifactId>ydb-sdk-bom</artifactId>
|
|
0 commit comments