Skip to content

Commit

Permalink
ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Feb 11, 2024
1 parent 92524d2 commit 3c76123
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion acku-message-center/acku-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.2.2</version>
<executions>
<execution>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Producer producer(){
public Producer nextProducer() {

NextKafkaProducer nextKafkaProducer = new NextKafkaProducer();
nextKafkaProducer.init(this.nextKafkaProperties.getProducer().buildProperties());
nextKafkaProducer.init(this.nextKafkaProperties.getProducer().buildProperties(null));

return nextKafkaProducer;
}
Expand Down
2 changes: 1 addition & 1 deletion acku-message-center/acku-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.2.2</version>
<executions>
<execution>

Expand Down
2 changes: 1 addition & 1 deletion acku-message-center/acku-schedule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.2.2</version>
<executions>
<execution>

Expand Down
2 changes: 1 addition & 1 deletion acku-message-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.5</version>
<version>3.2.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
<maven.test.skip>true</maven.test.skip>
<x7.boot.version>3.1.5</x7.boot.version>
<x7.boot.version>3.1.6</x7.boot.version>
</properties>

<modules>
Expand Down

0 comments on commit 3c76123

Please sign in to comment.