-
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
Conversation
pom.xml
Outdated
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
There is new releases available for spring-boot-start-test
, I assume 3.2.0 is for the new Spring Boot 3.2 but we can still bump it to 3.1.6 (latest of 3.1.x) if we keep Spring Boot at 3.1
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.
Same thing for commons
and keyvalue
? bump to 3.1.6 if possible and if we are not waiting for 3.2.
pom.xml
Outdated
<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 comment
The 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
pom.xml
Outdated
<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 comment
The reason will be displayed to describe this comment to others. Learn more.
I think the latest version of logback.test
is 1.4.14
…into FMWK-265-prepare-release-4.6.0
.github/workflows/build.yml
Outdated
@@ -12,7 +12,7 @@ jobs: | |||
steps: | |||
# Checkout repo using https://github.com/marketplace/actions/checkout | |||
- name: Checkout | |||
uses: actions/checkout@v3 | |||
uses: actions/checkout@v4 | |||
|
|||
- name: Set up JDK 17 | |||
uses: actions/setup-java@v3 |
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
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
v6 is available
…ase-4.6.0 # Conflicts: # src/main/asciidoc/reference/aerospike.adoc # src/main/asciidoc/reference/getting-started.adoc
No description provided.