Skip to content

Commit 4697ff4

Browse files
committed
fix: upgrade io.projectreactor:reactor-core from 3.7.4 to 3.7.12
Snyk has created this PR to upgrade io.projectreactor:reactor-core from 3.7.4 to 3.7.12. See this package in maven: io.projectreactor:reactor-core See this project in Snyk: https://app.snyk.io/org/aerospike-applications/project/98ad925d-68ad-4f4a-9ad2-afae901fd8a9?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent b6e9c3c commit 4697ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reactor-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121

22-
<reactor.version>3.7.4</reactor.version>
22+
<reactor.version>3.7.12</reactor.version>
2323
<assertj.version>3.24.2</assertj.version>
2424
<netcrusher.version>0.10</netcrusher.version>
2525

@@ -116,7 +116,7 @@
116116
<doctitle>Aerospike Reactor Java Client</doctitle>
117117
<show>public</show>
118118
<splitindex>true</splitindex>
119-
<bottom>Copyright &#169; 2012-{currentYear} Aerospike, Inc. All rights reserved.</bottom>
119+
<bottom>Copyright © 2012-{currentYear} Aerospike, Inc. All rights reserved.</bottom>
120120
<sourcepath>${project.basedir}/src/main/java</sourcepath>
121121
<source>8</source>
122122
</configuration>

0 commit comments

Comments
 (0)