Revert node and pnpm, more updates and fixes
This commit is contained in:
parent
ba644270c1
commit
0d86d0e6c9
3 changed files with 24 additions and 9 deletions
|
@ -91,7 +91,7 @@
|
|||
<dependency>
|
||||
<groupId>software.amazon.msk</groupId>
|
||||
<artifactId>aws-msk-iam-auth</artifactId>
|
||||
<version>1.1.7</version>
|
||||
<version>1.1.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
<properties>
|
||||
<maven.surefire-plugin.version>3.1.2</maven.surefire-plugin.version>
|
||||
<kafka-ui-contract>${project.version}</kafka-ui-contract>
|
||||
<testcontainers.version>1.17.6</testcontainers.version>
|
||||
<httpcore5.version>5.2.2</httpcore5.version>
|
||||
<testcontainers.version>1.19.0</testcontainers.version>
|
||||
<httpcore5.version>5.2.3</httpcore5.version>
|
||||
<httpclient5.version>5.2.1</httpclient5.version>
|
||||
<selenium.version>4.12.1</selenium.version>
|
||||
<selenide.version>6.18.0</selenide.version>
|
||||
<selenium.version>4.13.0</selenium.version>
|
||||
<selenide.version>6.19.0</selenide.version>
|
||||
<testng.version>7.8.0</testng.version>
|
||||
<allure.version>2.24.0</allure.version>
|
||||
<qase.io.version>3.1.0</qase.io.version>
|
||||
|
|
23
pom.xml
23
pom.xml
|
@ -23,9 +23,9 @@
|
|||
<antlr4-maven-plugin.version>4.12.0</antlr4-maven-plugin.version> <!-- TODO 4.13.1 -->
|
||||
<apache.commons-pool2.version>2.11.1</apache.commons-pool2.version>
|
||||
<assertj.version>3.24.2</assertj.version>
|
||||
<avro.version>1.11.2</avro.version>
|
||||
<avro.version>1.11.3</avro.version>
|
||||
<byte-buddy.version>1.14.8</byte-buddy.version>
|
||||
<confluent.version>7.4.0</confluent.version>
|
||||
<confluent.version>7.4.2</confluent.version>
|
||||
<datasketches-java.version>4.2.0</datasketches-java.version>
|
||||
<groovy.version>3.0.19</groovy.version>
|
||||
<jackson.version>2.15.2</jackson.version>
|
||||
|
@ -48,8 +48,8 @@
|
|||
<testcontainers.version>1.19.0</testcontainers.version>
|
||||
|
||||
<!-- Frontend dependency versions -->
|
||||
<node.version>v18.18.0</node.version>
|
||||
<pnpm.version>v8.7.6</pnpm.version>
|
||||
<node.version>v18.17.1</node.version>
|
||||
<pnpm.version>v8.6.12</pnpm.version>
|
||||
|
||||
<!-- Plugin versions -->
|
||||
<fabric8-maven-plugin.version>0.43.4</fabric8-maven-plugin.version>
|
||||
|
@ -114,6 +114,21 @@
|
|||
<artifactId>everit-json-schema</artifactId>
|
||||
<version>1.14.2</version> <!-- override transitive dep in kafka-json-schema-serializer 7.4.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xerial.snappy</groupId>
|
||||
<artifactId>snappy-java</artifactId>
|
||||
<version>1.1.10.5</version> <!-- GHSA-55g7-9cwv-5qfv: override transitive dep in kafka 3.5.1 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.5.14</version> <!-- GHSA-7r82-7xv7-xcpj: override transitive dep in qase-api 3.1.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-compress</artifactId>
|
||||
<version>1.24.0</version> <!-- GHSA-cgwf-w82q-5jrr: override transitive dep in testcontainers 1.19.0 -->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue