Skip to content

Commit

Permalink
Upgrade depencencies.
Browse files Browse the repository at this point in the history
[#546]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>
  • Loading branch information
mp911de committed Sep 1, 2022
1 parent ef8f975 commit 871862a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
<url>https://github.com/r2dbc/r2dbc-postgresql</url>

<properties>
<assertj.version>3.22.0</assertj.version>
<assertj.version>3.23.1</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<blockhound.version>1.0.6.RELEASE</blockhound.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.8.2</junit.version>
<junit.version>5.9.0</junit.version>
<jmh.version>1.33</jmh.version>
<mbr.version>0.3.0.RELEASE</mbr.version>
<logback.version>1.2.7</logback.version>
<mockito.version>4.4.0</mockito.version>
<netty.version>4.1.77.Final</netty.version>
<logback.version>1.2.9</logback.version>
<mockito.version>4.7.0</mockito.version>
<netty.version>4.1.80.Final</netty.version>
<postgresql.version>42.3.3</postgresql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<r2dbc-spi.version>0.8.6.RELEASE</r2dbc-spi.version>
<reactor.version>Dysprosium-SR25</reactor.version>
<scram-client.version>2.1</scram-client.version>
<spring-framework.version>5.3.16</spring-framework.version>
<testcontainers.version>1.16.3</testcontainers.version>
<spring-framework.version>5.3.22</spring-framework.version>
<testcontainers.version>1.17.3</testcontainers.version>
</properties>

<licenses>
Expand Down Expand Up @@ -262,7 +262,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<compilerArgs>
<arg>-Werror</arg>
Expand All @@ -280,7 +280,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<configuration>
<archive>
<manifest>
Expand All @@ -297,12 +297,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>enforce-no-snapshots</id>
Expand All @@ -323,7 +323,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.1</version>
<configuration>
<excludePackageNames>
io.r2dbc.postgresql.authentication,io.r2dbc.postgresql.client,io.r2dbc.postgresql.message,io.r2dbc.postgresql.util
Expand Down Expand Up @@ -399,7 +399,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.7</version>
<version>1.3.0</version>
<executions>
<execution>
<id>flatten</id>
Expand Down Expand Up @@ -507,7 +507,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>run-benchmarks</id>
Expand Down Expand Up @@ -582,7 +582,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype</serverId>
Expand Down

0 comments on commit 871862a

Please sign in to comment.