Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 15, 2024
1 parent 984400d commit 676657e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -32,12 +32,12 @@
<url>https://github.com/pgjdbc/r2dbc-postgresql</url>

<properties>
<assertj.version>3.24.2</assertj.version>
<assertj.version>3.25.3</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<hikari-cp.version>4.0.3</hikari-cp.version>
<java.version>1.8</java.version>
<jsr305.version>3.0.2</jsr305.version>
<junit.version>5.9.2</junit.version>
<junit.version>5.10.2</junit.version>
<jmh.version>1.35</jmh.version>
<mbr.version>0.3.0.RELEASE</mbr.version>
<logback.version>1.3.14</logback.version>
Expand All @@ -47,10 +47,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<r2dbc-spi.version>1.0.0.RELEASE</r2dbc-spi.version>
<reactor.version>2022.0.15</reactor.version>
<reactor.version>2022.0.16</reactor.version>
<scram-client.version>2.1</scram-client.version>
<spring-framework.version>5.3.31</spring-framework.version>
<testcontainers.version>1.17.5</testcontainers.version>
<spring-framework.version>5.3.32</spring-framework.version>
<testcontainers.version>1.19.5</testcontainers.version>
<jts-core.version>1.19.0</jts-core.version>
</properties>

Expand Down

0 comments on commit 676657e

Please sign in to comment.