Skip to content

Commit 925f5cc

Browse files
committed
2 parents 588aa4a + 3480e2c commit 925f5cc

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,26 @@ jobs:
2727
continue-on-error: ${{ matrix.experimental }}
2828
strategy:
2929
matrix:
30-
java: [ 8, 11, 17, 21, 22 ]
30+
java: [ 8, 11, 17, 21 ]
3131
experimental: [false]
3232
include:
33-
- java: 23-ea
33+
- java: 23
3434
experimental: true
3535
- java: 24-ea
3636
experimental: true
3737

3838
steps:
39-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
39+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
4040
with:
4141
persist-credentials: false
42-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
42+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4343
with:
4444
path: ~/.m2/repository
4545
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4646
restore-keys: |
4747
${{ runner.os }}-maven-
4848
- name: Set up JDK ${{ matrix.java }}
49-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
49+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
5050
with:
5151
distribution: 'temurin'
5252
java-version: ${{ matrix.java }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>74</version>
23+
<version>75</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
2626
<version>1.12.0-SNAPSHOT</version>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>commons-io</groupId>
5252
<artifactId>commons-io</artifactId>
53-
<version>2.16.1</version>
53+
<version>2.17.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>commons-codec</groupId>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@
5353
<action type="fix" issue="CSV-150" dev="ggregory" due-to="dota17, Gary Gregory, Jörn Huxhorn">Escaping is not disableable.</action>
5454
<!-- UPDATE -->
5555
<action type="update" dev="ggregory" due-to="Dependabot">Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 #422, #449.</action>
56-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 69 to 74 #435, #452, #465, #468.</action>
56+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 69 to 75 #435, #452, #465, #468, #475.</action>
5757
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #441.</action>
5858
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #450, #459, #470.</action>
5959
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.hamcrest:hamcrest from 2.2 to 3.0 #455.</action>
60+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-io:commons-io from 2.16.1 to 2.17.0 #476.</action>
6061
</release>
6162
<release version="1.11.0" date="2024-04-28" description="Feature and bug fix release (Java 8 or above)">
6263
<!-- ADD -->

0 commit comments

Comments
 (0)