Skip to content

Commit

Permalink
EA-3056: Fix issue with release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikattey committed Sep 7, 2022
1 parent 426b1a6 commit 9d754f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>${spring-batch.version}</version>
<version>4.3.3</version>
</dependency>

<!-- Used for subtitle conversion-->
Expand Down
2 changes: 1 addition & 1 deletion migrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>${spring-batch.version}</version>
<version>4.3.3</version>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<mock-webserver.version>4.9.0</mock-webserver.version>
<testcontainers.version>1.16.0</testcontainers.version>
<eclipse-jetty.version>11.0.11</eclipse-jetty.version>
<spring-batch.version>4.3.3</spring-batch.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 9d754f4

Please sign in to comment.