Skip to content

Commit 17e952f

Browse files
committed
Upgrade dependencies.
ch.qos.logback:logback-classic 1.5.34 io.netty:netty-bom 4.1.135.Final org.apache.maven.plugins:maven-compiler-plugin 3.15.0 org.apache.maven.plugins:maven-deploy-plugin 3.1.4 org.apache.maven.plugins:maven-enforcer-plugin 3.6.3 org.apache.maven.plugins:maven-failsafe-plugin 3.5.6 org.apache.maven.plugins:maven-gpg-plugin 3.2.8 org.apache.maven.plugins:maven-jar-plugin 3.4.0 org.apache.maven.plugins:maven-source-plugin 3.4.0 org.apache.maven.plugins:maven-surefire-plugin 3.5.6 org.assertj:assertj-core 3.27.7 org.postgresql:postgresql 42.7.11 org.testcontainers:testcontainers-bom 1.21.4 [#718]
1 parent 8e52716 commit 17e952f

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
if: github.repository == 'pgjdbc/r2dbc-postgresql'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1616
- name: Set up Java
17-
uses: actions/setup-java@v5
17+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
1818
with:
1919
java-version: 25
2020
distribution: temurin

.github/workflows/pullrequests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
pr-build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1313
- name: Set up Java
14-
uses: actions/setup-java@v5
14+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
1515
with:
1616
java-version: 25
1717
distribution: temurin

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
if: github.repository == 'pgjdbc/r2dbc-postgresql'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1616
- name: Set up Java
17-
uses: actions/setup-java@v5
17+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
1818
with:
1919
java-version: 25
2020
distribution: temurin

pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@
3232
<url>https://github.com/pgjdbc/r2dbc-postgresql</url>
3333

3434
<properties>
35-
<assertj.version>3.27.6</assertj.version>
35+
<assertj.version>3.27.7</assertj.version>
3636
<awaitility.version>4.3.0</awaitility.version>
3737
<hikari-cp.version>4.0.3</hikari-cp.version>
3838
<java.version>1.8</java.version>
3939
<jspecify.version>1.0.0</jspecify.version>
40-
<junit.version>6.0.0</junit.version>
40+
<junit.version>6.0.3</junit.version>
4141
<jmh.version>1.37</jmh.version>
4242
<mbr.version>1.0.0</mbr.version>
43-
<logback.version>1.5.20</logback.version>
43+
<logback.version>1.5.34</logback.version>
4444
<mockito.version>4.11.0</mockito.version>
45-
<netty.version>4.1.127.Final</netty.version>
46-
<postgresql.version>42.7.2</postgresql.version>
45+
<netty.version>4.1.135.Final</netty.version>
46+
<postgresql.version>42.7.11</postgresql.version>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4949
<r2dbc-spi.version>1.0.0.RELEASE</r2dbc-spi.version>
5050
<reactor.version>2022.0.22</reactor.version>
5151
<scram-client.version>3.2</scram-client.version>
5252
<spring-framework.version>5.3.39</spring-framework.version>
53-
<testcontainers.version>1.21.3</testcontainers.version>
53+
<testcontainers.version>1.21.4</testcontainers.version>
5454
<jts-core.version>1.20.0</jts-core.version>
5555
</properties>
5656

@@ -261,7 +261,7 @@
261261
<plugin>
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-compiler-plugin</artifactId>
264-
<version>3.12.1</version>
264+
<version>3.15.0</version>
265265
<configuration>
266266
<compilerArgs>
267267
<arg>-Werror</arg>
@@ -280,7 +280,7 @@
280280
<plugin>
281281
<groupId>org.apache.maven.plugins</groupId>
282282
<artifactId>maven-jar-plugin</artifactId>
283-
<version>3.3.0</version>
283+
<version>3.5.0</version>
284284
<configuration>
285285
<archive>
286286
<manifest>
@@ -298,13 +298,13 @@
298298
<plugin>
299299
<groupId>org.apache.maven.plugins</groupId>
300300
<artifactId>maven-deploy-plugin</artifactId>
301-
<version>3.1.1</version>
301+
<version>3.1.4</version>
302302
</plugin>
303303

304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-enforcer-plugin</artifactId>
307-
<version>3.4.1</version>
307+
<version>3.6.3</version>
308308
<executions>
309309
<execution>
310310
<id>enforce-no-snapshots</id>
@@ -352,7 +352,7 @@
352352
<plugin>
353353
<groupId>org.apache.maven.plugins</groupId>
354354
<artifactId>maven-source-plugin</artifactId>
355-
<version>3.3.0</version>
355+
<version>3.4.0</version>
356356
<executions>
357357
<execution>
358358
<id>attach-javadocs</id>
@@ -366,7 +366,7 @@
366366
<plugin>
367367
<groupId>org.apache.maven.plugins</groupId>
368368
<artifactId>maven-surefire-plugin</artifactId>
369-
<version>3.2.3</version>
369+
<version>3.5.6</version>
370370
<configuration>
371371
<runOrder>random</runOrder>
372372
<excludes>
@@ -384,7 +384,7 @@
384384
<plugin>
385385
<groupId>org.apache.maven.plugins</groupId>
386386
<artifactId>maven-failsafe-plugin</artifactId>
387-
<version>3.2.3</version>
387+
<version>3.5.6</version>
388388
<executions>
389389
<execution>
390390
<goals>
@@ -408,7 +408,7 @@
408408
<plugin>
409409
<groupId>org.codehaus.mojo</groupId>
410410
<artifactId>flatten-maven-plugin</artifactId>
411-
<version>1.5.0</version>
411+
<version>1.7.3</version>
412412
<executions>
413413
<execution>
414414
<id>flatten</id>
@@ -440,7 +440,7 @@
440440
<plugin>
441441
<groupId>org.sonatype.central</groupId>
442442
<artifactId>central-publishing-maven-plugin</artifactId>
443-
<version>0.8.0</version>
443+
<version>0.11.0</version>
444444
<extensions>true</extensions>
445445
<configuration>
446446
<autoPublish>true</autoPublish>
@@ -497,7 +497,7 @@
497497
<plugin>
498498
<groupId>org.codehaus.mojo</groupId>
499499
<artifactId>build-helper-maven-plugin</artifactId>
500-
<version>3.5.0</version>
500+
<version>3.6.1</version>
501501
<executions>
502502
<execution>
503503
<id>add-source</id>
@@ -533,7 +533,7 @@
533533
<plugin>
534534
<groupId>org.codehaus.mojo</groupId>
535535
<artifactId>exec-maven-plugin</artifactId>
536-
<version>3.1.1</version>
536+
<version>3.6.3</version>
537537
<executions>
538538
<execution>
539539
<id>run-benchmarks</id>
@@ -588,7 +588,7 @@
588588
<plugin>
589589
<groupId>org.apache.maven.plugins</groupId>
590590
<artifactId>maven-gpg-plugin</artifactId>
591-
<version>3.1.0</version>
591+
<version>3.2.8</version>
592592
<executions>
593593
<execution>
594594
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)