Skip to content

Commit

Permalink
Update versions for CVE mitigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 14, 2023
1 parent 367c2a0 commit 828a2ff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions spring-cloud-dataflow-single-step-batch-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>[2.9.11,3.0)</version>
<version>2.9.12</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>[2.2.222,3.0)</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>[3.1.2,)</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand All @@ -51,12 +56,10 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.222</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>[3.1.2,)</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 828a2ff

Please sign in to comment.