Skip to content

Commit

Permalink
Bump dependencies (#315)
Browse files Browse the repository at this point in the history
spring-data-parent from 2.5.5 to 2.5.6.
springdata.commons from 2.5.5 to 2.5.6.
springdata.keyvalue from 2.5.5 to 2.5.6.
spring-boot-starter-test from 2.5.5 to 2.5.6.
aerospike-client from 5.1.8 to 5.1.9.
aerospike-reactor from 5.0.7 to 5.1.8.
embedded-aerospike from 2.0.14 to 2.0.16.
awaitility from 4.1.0 to 4.1.1.
lombok from 1.18.20 to 1.18.22.
  • Loading branch information
roimenashe authored Nov 14, 2021
1 parent cdd2874 commit ebc7c1f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.5</version>
<version>2.5.6</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<springdata.commons>2.5.5</springdata.commons>
<springdata.keyvalue>2.5.5</springdata.keyvalue>
<springdata.commons>2.5.6</springdata.commons>
<springdata.keyvalue>2.5.6</springdata.keyvalue>
<spring-cloud-starter-bootstrap>3.0.4</spring-cloud-starter-bootstrap>
<spring-boot-starter-test>2.5.5</spring-boot-starter-test>
<spring-boot-starter-test>2.5.6</spring-boot-starter-test>
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin>
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<aerospike>5.1.8</aerospike>
<aerospike-reactor>5.0.7</aerospike-reactor>
<embedded-aerospike>2.0.14</embedded-aerospike>
<awaitility>4.1.0</awaitility>
<aerospike>5.1.9</aerospike>
<aerospike-reactor>5.1.8</aerospike-reactor>
<embedded-aerospike>2.0.16</embedded-aerospike>
<awaitility>4.1.1</awaitility>
<blockhound>1.0.6.RELEASE</blockhound>
<lombok>1.18.20</lombok>
<lombok>1.18.22</lombok>
</properties>

<licenses>
Expand Down

0 comments on commit ebc7c1f

Please sign in to comment.