Skip to content

Commit

Permalink
FLINK-36197 bump curator-test, derby and postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
r-sidd committed Sep 11, 2024
1 parent 968a578 commit 5e45aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flink-autoscaler-plugin-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.

<properties>
<testcontainers.version>1.18.2</testcontainers.version>
<postgres.version>42.5.4</postgres.version>
<postgres.version>42.5.6</postgres.version>
<mysql.version>8.0.33</mysql.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ under the License.
<hamcrest.version>1.3</hamcrest.version>

<okhttp.version>4.12.0</okhttp.version>
<curator-test.version>5.2.0</curator-test.version>
<curator-test.version>5.7.0</curator-test.version>

<assertj.version>3.26.3</assertj.version>

Expand All @@ -109,7 +109,7 @@ under the License.
of entries in the form '[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
<surefire.module.config/>

<derby.version>10.15.2.0</derby.version>
<derby.version>10.17.1.0</derby.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5e45aaa

Please sign in to comment.