Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 21, 2024
2 parents c6ccc31 + cc8af88 commit e79af27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17, 21, 22 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 23-ea
- java: 23
experimental: true
- java: 24-ea
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
retention-days: 5

- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # 3.26.7
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # 3.26.8
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>74</version>
<version>75</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-beanutils2</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
Bump commons-logging:commons-logging from 1.2 to 1.3.4 #226, #246, #259, #275.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
Bump org.apache.commons:commons-parent from 74 to 75 #291.
</action>
<!-- REMOVE -->
<action dev="ggregory" type="remove" due-to="Gary Gregory, Niall Pemberton">
Removed BeanUtilsBean2, use BeanUtilsBean. BeanUtilsBean2 functionality is now in BeanUtilsBean.
Expand Down

0 comments on commit e79af27

Please sign in to comment.