-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FMWK-265 Prepare release 4.6.0 #666
Changes from 3 commits
37bb3d4
07a6081
797f55a
d0eeef3
f36a352
e04de8c
0ce8667
a4571c3
19ef58a
afc26b5
8101a04
dccac5b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Import GPG Key | ||
uses: crazy-max/ghaction-import-gpg@v5 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. v6 is available |
||
with: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
<groupId>com.aerospike</groupId> | ||
<artifactId>spring-data-aerospike</artifactId> | ||
<version>4.5.0</version> | ||
<version>4.6.0</version> | ||
<name>Spring Data Aerospike</name> | ||
<organization> | ||
<name>Aerospike Inc.</name> | ||
|
@@ -26,20 +26,20 @@ | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<springdata.commons>3.1.2</springdata.commons> | ||
<springdata.keyvalue>3.1.2</springdata.keyvalue> | ||
<spring-cloud-starter-bootstrap>4.0.3</spring-cloud-starter-bootstrap> | ||
<spring-cloud-starter-bootstrap>4.0.4</spring-cloud-starter-bootstrap> | ||
<spring-boot-starter-test>3.1.0</spring-boot-starter-test> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is new releases available for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same thing for |
||
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin> | ||
<maven.gpg.plugin>1.6</maven.gpg.plugin> | ||
<aerospike-client>7.1.0</aerospike-client> | ||
<aerospike-reactor-client>7.0.0</aerospike-reactor-client> | ||
<aerospike-client>7.2.0</aerospike-client> | ||
<aerospike-reactor-client>7.1.0</aerospike-reactor-client> | ||
<reactor-test>3.5.7</reactor-test> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Latest is 3.6.0 but there is also 3.5.12 if 3.6 presents a breaking change that we don't want to include |
||
<embedded-aerospike>3.0.0</embedded-aerospike> | ||
<embedded-aerospike>3.0.6</embedded-aerospike> | ||
<jodatime>2.12.5</jodatime> | ||
<lombok>1.18.28</lombok> | ||
<lombok>1.18.30</lombok> | ||
<awaitility>4.2.0</awaitility> | ||
<logback.test>1.4.11</logback.test> | ||
<logback.test>1.4.12</logback.test> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the latest version of |
||
<hibernate.validator>8.0.1.Final</hibernate.validator> | ||
<netty.version>4.1.100.Final</netty.version> | ||
<netty.version>4.1.101.Final</netty.version> | ||
</properties> | ||
|
||
<licenses> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v4 is available