Skip to content

Commit fceb495

Browse files
committed
Upgrade build plugin and test dependencies
[resolves #266]
1 parent 152a2f2 commit fceb495

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ R2DBC PostgreSQL Changelog
33

44
0.8.2.RELEASE
55
-----------------------------------------
6+
* Upgrade build plugin and test dependencies #266
7+
* Upgrade to netty 4.1.47.Final #265
8+
* Upgrade to Reactor Dysprosium-SR6 #264
69
* Backport usage of testcontainers 1.13.0 #262
710
* Stage releases directly on maven central #260
811
* Default fetch size #256

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<hikari-cp.version>3.4.2</hikari-cp.version>
3737
<java.version>1.8</java.version>
3838
<jsr305.version>3.0.2</jsr305.version>
39-
<junit.version>5.6.0</junit.version>
39+
<junit.version>5.6.1</junit.version>
4040
<jmh.version>1.23</jmh.version>
4141
<mbr.version>0.2.0.RELEASE</mbr.version>
4242
<logback.version>1.2.3</logback.version>
43-
<mockito.version>3.2.4</mockito.version>
43+
<mockito.version>3.3.3</mockito.version>
4444
<netty.version>4.1.47.Final</netty.version>
45-
<postgresql.version>42.2.9</postgresql.version>
45+
<postgresql.version>42.2.11</postgresql.version>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4848
<r2dbc-spi.version>0.8.1.RELEASE</r2dbc-spi.version>
@@ -253,7 +253,7 @@
253253
<plugin>
254254
<groupId>org.apache.maven.plugins</groupId>
255255
<artifactId>maven-jar-plugin</artifactId>
256-
<version>3.1.2</version>
256+
<version>3.2.0</version>
257257
<configuration>
258258
<archive>
259259
<manifest>
@@ -275,7 +275,7 @@
275275
<plugin>
276276
<groupId>org.apache.maven.plugins</groupId>
277277
<artifactId>maven-javadoc-plugin</artifactId>
278-
<version>3.1.1</version>
278+
<version>3.2.0</version>
279279
<configuration>
280280
<excludePackageNames>
281281
io.r2dbc.postgresql.authentication,io.r2dbc.postgresql.client,io.r2dbc.postgresql.message,io.r2dbc.postgresql.util
@@ -298,7 +298,7 @@
298298
<plugin>
299299
<groupId>org.apache.maven.plugins</groupId>
300300
<artifactId>maven-source-plugin</artifactId>
301-
<version>3.2.0</version>
301+
<version>3.2.1</version>
302302
<executions>
303303
<execution>
304304
<id>attach-javadocs</id>
@@ -352,7 +352,7 @@
352352
<plugin>
353353
<groupId>org.codehaus.mojo</groupId>
354354
<artifactId>flatten-maven-plugin</artifactId>
355-
<version>1.1.0</version>
355+
<version>1.2.1</version>
356356
<executions>
357357
<execution>
358358
<id>flatten</id>
@@ -549,7 +549,7 @@
549549
<plugin>
550550
<groupId>org.codehaus.mojo</groupId>
551551
<artifactId>build-helper-maven-plugin</artifactId>
552-
<version>3.0.0</version>
552+
<version>3.1.0</version>
553553
<executions>
554554
<execution>
555555
<id>add-source</id>

0 commit comments

Comments
 (0)