Skip to content

Commit 486d650

Browse files
committed
2 parents beb583f + b0b9656 commit 486d650

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ 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

3636
steps:

pom.xml

Lines changed: 3 additions & 3 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-text</artifactId>
2626
<version>1.12.1-SNAPSHOT</version>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>commons-io</groupId>
117117
<artifactId>commons-io</artifactId>
118-
<version>2.16.1</version>
118+
<version>2.17.0</version>
119119
<scope>test</scope>
120120
</dependency>
121121
<dependency>
@@ -511,7 +511,7 @@
511511
<jdk>[22,)</jdk>
512512
</activation>
513513
<properties>
514-
<graalvm.version>24.0.1</graalvm.version>
514+
<graalvm.version>24.1.0</graalvm.version>
515515
<commons.mockito.version>5.2.0</commons.mockito.version>
516516
</properties>
517517
<build>

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ The <action> type attribute can be add,update,fix,remove.
6464
<action type="fix" dev="ggregory" due-to="Gary Gregory" issue="TEXT-234">Improve StrBuilder documentation for new line text.</action>
6565
<action type="fix" dev="ggregory" due-to="TobiasKiecker" issue="TEXT-234">Improve TextStringBuilder documentation for new line text #547.</action>
6666
<!-- UPDATE -->
67-
<action type="udpate" dev="ggregory" due-to="Gary Gregory">Bump tests on Java >= 22 org.graalvm.*:* from 24.0.0 to 24.0.1.</action>
67+
<action type="udpate" dev="ggregory" due-to="Gary Gregory">Bump tests on Java >= 22 org.graalvm.*:* from 24.0.0 to 24.1.0 #592.</action>
6868
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.13 to 1.15.1 #538, #548, #553, #565, #579, #582, #585.</action>
6969
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump SpotBugs from 4.8.3 to 4.8.5.</action>
70-
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 69 to 74 #542, #557, #571, #581, #584.</action>
70+
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 69 to 75 #542, #557, #571, #581, #584, #593.</action>
7171
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 #554, #566.</action>
7272
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #564.</action>
7373
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-rng-simple from 1.5 to 1.6 #568.</action>
7474
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #569, #575, #586.</action>
75+
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-io:commons-io from 2.16.1 to 2.17.0 #594.</action>
7576
</release>
7677
<release version="1.12.0" date="2024-04-13" description="Release 1.12.0. Requires Java 8 or above.">
7778
<!-- ADD -->

0 commit comments

Comments
 (0)