diff --git a/.github/workflows/build-java-app-workflow.yml b/.github/workflows/build-java-app-workflow.yml
index 2d9238a0..94a453ff 100644
--- a/.github/workflows/build-java-app-workflow.yml
+++ b/.github/workflows/build-java-app-workflow.yml
@@ -18,11 +18,11 @@ jobs:
outputs:
version: ${{ steps.get_project_version.outputs.version }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: '10'
- name: Set up JDK 8
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
@@ -35,7 +35,7 @@ jobs:
fi
- name: Maven Build (skip tests)
run: mvn -T 2 clean install -DskipTests ${{ inputs.maven_opts }}
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: build-folder
path: build
diff --git a/.github/workflows/deploy-docker-hub-workflow.yml b/.github/workflows/deploy-docker-hub-workflow.yml
index 3118d03f..f08a7167 100644
--- a/.github/workflows/deploy-docker-hub-workflow.yml
+++ b/.github/workflows/deploy-docker-hub-workflow.yml
@@ -24,18 +24,18 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Checkout optional repo"
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
if: inputs.repository != '' && inputs.branch != ''
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.branch }}
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: build-folder
path: build
- name: Chmod
run: "find build -regex '.*sh' | while read file ; do chmod u+x $file ; done"
- - uses: docker/login-action@v2
+ - uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml
index 9c4baca5..7ca626ff 100644
--- a/.github/workflows/deploy-maven-repository-workflow.yml
+++ b/.github/workflows/deploy-maven-repository-workflow.yml
@@ -21,11 +21,11 @@ jobs:
name: Deploy to Maven and GitHub Packages
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: '10'
- name: Set up JDK 8
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
@@ -43,7 +43,7 @@ jobs:
MAVEN_NEXUS_PASSWORD: ${{ secrets.MAVEN_NEXUS_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Set up Java for publishing to GitHub Packages
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
diff --git a/.github/workflows/deploy-python-workflow.yml b/.github/workflows/deploy-python-workflow.yml
index a8f3634a..a2c80bd8 100644
--- a/.github/workflows/deploy-python-workflow.yml
+++ b/.github/workflows/deploy-python-workflow.yml
@@ -20,7 +20,7 @@ jobs:
name: Deploy Python package in PyPI
runs-on: ubuntu-22.04
steps:
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ inputs.artifact }}
with:
name: ${{ inputs.artifact }}
diff --git a/.github/workflows/release-github-workflow.yml b/.github/workflows/release-github-workflow.yml
index b5bf4fd0..74324373 100644
--- a/.github/workflows/release-github-workflow.yml
+++ b/.github/workflows/release-github-workflow.yml
@@ -15,7 +15,7 @@ jobs:
name: Create GitHub Release
runs-on: ubuntu-22.04
steps:
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ inputs.artifact }}
with:
name: ${{ inputs.artifact }}
diff --git a/.github/workflows/test-analysis.yml b/.github/workflows/test-analysis.yml
index dd8240e5..0360e6ee 100644
--- a/.github/workflows/test-analysis.yml
+++ b/.github/workflows/test-analysis.yml
@@ -11,11 +11,11 @@ jobs:
name: Test and push Sonar analysis
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Set up JDK 11
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml
index aa880ed3..262b9d2b 100644
--- a/commons-datastore/commons-datastore-core/pom.xml
+++ b/commons-datastore/commons-datastore-core/pom.xml
@@ -6,7 +6,7 @@
org.opencb.commons
commons-datastore
- 5.0.0
+ 5.1.0
../pom.xml
diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml
index 06464750..ccac452f 100644
--- a/commons-datastore/commons-datastore-mongodb/pom.xml
+++ b/commons-datastore/commons-datastore-mongodb/pom.xml
@@ -6,7 +6,7 @@
org.opencb.commons
commons-datastore
- 5.0.0
+ 5.1.0
../pom.xml
diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml
index b3c7c7f1..29646a3b 100644
--- a/commons-datastore/commons-datastore-solr/pom.xml
+++ b/commons-datastore/commons-datastore-solr/pom.xml
@@ -22,7 +22,7 @@
org.opencb.commons
commons-datastore
- 5.0.0
+ 5.1.0
../pom.xml
diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml
index 2519bb24..2a800dd9 100644
--- a/commons-datastore/pom.xml
+++ b/commons-datastore/pom.xml
@@ -6,7 +6,7 @@
org.opencb.commons
commons
- 5.0.0
+ 5.1.0
../pom.xml
diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml
index 94959e50..3869b788 100644
--- a/commons-lib/pom.xml
+++ b/commons-lib/pom.xml
@@ -6,7 +6,7 @@
org.opencb.commons
commons
- 5.0.0
+ 5.1.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index cedd00c7..ea8f2b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.opencb.commons
commons
- 5.0.0
+ 5.1.0
pom
OpenCB commons project