Skip to content

Commit

Permalink
FMWK-353 Update dependencies and version number (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr authored Mar 18, 2024
1 parent ea0b0f7 commit 638b353
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# See: https://github.com/actions/cache/blob/main/examples.md#java---maven
- name: Maven cache and restore deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Upload result to GitHub Code Scanning
if: steps.out-file.outputs.exists == 'true'
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif
2 changes: 2 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Data Aerospike - Projections]
[width="100%",cols="<24%,<14%,<18%,<26%,<18%",options="header",]
|===
|Spring Data Aerospike |Spring Boot |Aerospike Client |Aerospike Reactor Client |Aerospike Server
|4.7.x |3.2.x |7.2.x |7.1.x |5.2.x.x +
|4.6.x |3.2.x |7.2.x |7.1.x |5.2.x.x +
|4.5.x |3.1.x |7.1.x |7.0.x |5.2.x.x +
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand All @@ -16,31 +16,31 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</parent>

<properties>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springdata.commons>3.2.1</springdata.commons>
<springdata.keyvalue>3.2.1</springdata.keyvalue>
<springdata.spring-boot>3.2.1</springdata.spring-boot>
<springdata.commons>3.2.2</springdata.commons>
<springdata.keyvalue>3.2.2</springdata.keyvalue>
<springdata.spring-boot>3.2.2</springdata.spring-boot>
<spring-boot-starter-test>3.2.0</spring-boot-starter-test>
<spring-cloud-starter-bootstrap>4.1.0</spring-cloud-starter-bootstrap>
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin>
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<aerospike-client>7.2.0</aerospike-client>
<aerospike-client>7.2.1</aerospike-client>
<aerospike-reactor-client>7.1.0</aerospike-reactor-client>
<reactor-test>3.6.1</reactor-test>
<embedded-aerospike>3.1.4</embedded-aerospike>
<jodatime>2.12.5</jodatime>
<embedded-aerospike>3.1.5</embedded-aerospike>
<jodatime>2.12.7</jodatime>
<lombok>1.18.30</lombok>
<awaitility>4.2.0</awaitility>
<logback.test>1.4.14</logback.test>
<logback.test>1.5.3</logback.test>
<hibernate.validator>8.0.1.Final</hibernate.validator>
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.107.Final</netty.version>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Spring Data Aerospike - Documentation
:doctype: book
:revnumber: 4.6.0
:revnumber: 4.7.0
:revdate: {localdate}
:toc:
:toc-placement!:
Expand Down

0 comments on commit 638b353

Please sign in to comment.