Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
[#616]

Signed-off-by: Mark Paluch <mpaluch@paluch.biz>
  • Loading branch information
mp911de committed Dec 12, 2023
1 parent 6110fad commit 547a885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
<junit.version>5.9.2</junit.version>
<jmh.version>1.35</jmh.version>
<mbr.version>0.3.0.RELEASE</mbr.version>
<logback.version>1.3.4</logback.version>
<logback.version>1.4.14</logback.version>
<mockito.version>4.11.0</mockito.version>
<netty.version>4.1.94.Final</netty.version>
<netty.version>4.1.101.Final</netty.version>
<postgresql.version>42.6.0</postgresql.version>
<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.9</reactor.version>
<reactor.version>2022.0.13</reactor.version>
<scram-client.version>2.1</scram-client.version>
<spring-framework.version>5.3.29</spring-framework.version>
<spring-framework.version>5.3.31</spring-framework.version>
<testcontainers.version>1.17.5</testcontainers.version>
<jts-core.version>1.19.0</jts-core.version>
</properties>
Expand Down

0 comments on commit 547a885

Please sign in to comment.