Skip to content
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

Merged
merged 12 commits into from
Dec 19, 2023
Merged

Conversation

agrgr
Copy link

@agrgr agrgr commented Dec 5, 2023

No description provided.

@agrgr agrgr added the dependencies Pull requests that update a dependency file label Dec 5, 2023
@agrgr agrgr requested review from roimenashe and reugn December 5, 2023 13:49
@agrgr agrgr marked this pull request as ready for review December 5, 2023 15:55
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>
Copy link
Member

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

Copy link
Member

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>
Copy link
Member

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>
Copy link
Member

@roimenashe roimenashe Dec 6, 2023

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

@@ -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
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v6 is available

@roimenashe roimenashe merged commit 0066b89 into main Dec 19, 2023
6 checks passed
@roimenashe roimenashe deleted the FMWK-265-prepare-release-4.6.0 branch December 19, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants