|
@@ -5,7 +5,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>3.1.5</version>
|
|
|
+ <version>3.2.1</version>
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
</parent>
|
|
|
<groupId>com.scbfkj</groupId>
|
|
@@ -56,7 +56,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.ibm.mq</groupId>
|
|
|
<artifactId>com.ibm.mq.allclient</artifactId>
|
|
|
- <version>9.3.2.0</version>
|
|
|
+ <version>9.3.3.0</version>
|
|
|
</dependency>
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>co.elastic.clients</groupId>-->
|
|
@@ -70,6 +70,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
+ <version>2.16.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-net</groupId>
|
|
@@ -113,6 +114,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.jayway.jsonpath</groupId>
|
|
|
<artifactId>json-path</artifactId>
|
|
|
+ <version>2.9.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -133,24 +135,15 @@
|
|
|
<artifactId>activemq-client</artifactId>
|
|
|
<version>5.18.3</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.flywaydb</groupId>
|
|
|
- <artifactId>flyway-core</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.flywaydb</groupId>
|
|
|
- <artifactId>flyway-mysql</artifactId>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.elasticsearch.client</groupId>
|
|
|
<artifactId>elasticsearch-rest-client</artifactId>
|
|
|
<version>8.8.2</version>
|
|
|
</dependency>
|
|
|
- <!-- <dependency>-->
|
|
|
- <!-- <groupId>org.elasticsearch.client</groupId>-->
|
|
|
- <!-- <artifactId>elasticsearch-rest-high-level-client</artifactId>-->
|
|
|
- <!-- <version>7.17.9</version>-->
|
|
|
- <!-- </dependency>-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-lang3</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|