Skip to content

Commit

Permalink
[pinpoint-apm#11489] Bump reactor-bom to 2023.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Sep 11, 2024
1 parent 561fd1a commit b88993a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>1.0.16</version>
<exclusions>
<exclusion>
<groupId>io.projectreactor.netty.incubator</groupId>
<artifactId>reactor-netty-incubator-quic</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<groupId>org.postgresql</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>0.9.1.RELEASE</version>
<exclusions>
<exclusion>
<groupId>io.projectreactor.netty.incubator</groupId>
<artifactId>reactor-netty-incubator-quic</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion agent-module/plugins-it/spring-data-r2dbc-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.14</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<httpcomponents.version>4.5.13</httpcomponents.version>
<httpcomponents-core.version>4.4.14</httpcomponents-core.version>

<reactor-core.version>3.4.27</reactor-core.version>
<reactor-core.version>3.6.9</reactor-core.version>

<spring4.version>4.3.30.RELEASE</spring4.version>
<spring5.version>5.3.28</spring5.version>
Expand Down Expand Up @@ -900,7 +900,13 @@
<scope>import</scope>
</dependency>


<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>2023.0.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson</groupId>
Expand Down Expand Up @@ -1357,7 +1363,6 @@
<version>${jakarta.validation-api.version}</version>
</dependency>


<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down

0 comments on commit b88993a

Please sign in to comment.