diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 49cb6c67..5a46c790 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -23,9 +23,9 @@ jobs:
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Setup Java ${{ matrix.java }} ${{ matrix.distribution }}
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
with:
cache: ${{ matrix.cache }}
distribution: ${{ matrix.distribution }}
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index fbe8d6c6..03265ea4 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -29,25 +29,25 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Setup Java
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
with:
cache: maven
distribution: 'temurin'
java-version: 21
- name: Initialize CodeQL
- uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
+ uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
- uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
+ uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
+ uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
with:
category: "/language:${{ matrix.language }}"
diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml
index 2082b114..7cc33fd1 100644
--- a/.github/workflows/coveralls.yaml
+++ b/.github/workflows/coveralls.yaml
@@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Setup Java
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
with:
cache: maven
distribution: temurin
diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml
index 2dfdcb63..9ae8e49f 100644
--- a/.github/workflows/sonatype.yaml
+++ b/.github/workflows/sonatype.yaml
@@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Setup Java
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
with:
cache: maven
distribution: temurin
diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 041d1946..ae4de40d 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1,4 +1,4 @@
distributionType=source
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar
wrapperVersion=3.3.4
diff --git a/README.md b/README.md
index 7b4c00ef..6e6373bb 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
CSVeed
======
-[](https://github.com/42BV/CSVeed/actions?query=workflow%3A%22Java+CI%22)
+[](https://github.com/42BV/CSVeed/actions/workflows/ci.yaml)
[](https://coveralls.io/github/42BV/CSVeed?branch=master)
-[](https://maven-badges.herokuapp.com/maven-central/org.csveed/csveed)
+[](https://central.sonatype.com/artifact/org.csveed/csveed)
[](https://www.apache.org/licenses/LICENSE-2.0)
Be sure to check the project site at [csveed](https://42BV.github.io/CSVeed).
diff --git a/pom.xml b/pom.xml
index 2837cca5..fa9d034d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
com.github.hazendaz
base-parent
- 57
+ 60
@@ -76,8 +76,8 @@
11
11
- 6.0.2
- 2.0.17
+ 6.1.0
+ 2.0.18