diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml
index 1362e9a..02033e3 100644
--- a/.github/workflows/build-pr.yml
+++ b/.github/workflows/build-pr.yml
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
- java-version: 11
+ java-version: 17
cache: 'maven'
- name: Build with Sonarcloud
env:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 07abeab..93b729e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
- java-version: 11
+ java-version: 17
distribution: 'temurin'
cache: maven
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 7fc5331..964a321 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/createRelease.yml b/.github/workflows/createRelease.yml
index 99a7009..1f13796 100644
--- a/.github/workflows/createRelease.yml
+++ b/.github/workflows/createRelease.yml
@@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3.1.0
+ uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release connector
- uses: bonitasoft/action-release-connector@1.0.0
+ uses: bonitasoft/action-release-connector@2.0.0
id: release-connector
with:
release-version: ${{ github.event.inputs.version }}
diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 8a27531..df687bd 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5/apache-maven-3.8.5-bin.zip
\ No newline at end of file
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index aa6ed4a..14ddd4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,11 +138,11 @@
${java.version}
3.5.0
2.1.1
- 3.0.14
+ 3.0.19
3.1.0
1.6.13
- 3.5.0
- 3.2.1
+ 3.6.2
+ 3.3.0
4.1
3.0.1