Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump Saxon-HE from 11.2 to 11.3 #1999

Merged
merged 2 commits into from Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

## Unreleased - 2022-??-??
### Fixed
- Bumped Saxon-HE from 10.6 to 11.2 ([#1955](https://github.com/spotbugs/spotbugs/pull/1955))
- Bumped Saxon-HE from 10.6 to 11.3 ([#1955](https://github.com/spotbugs/spotbugs/pull/1955), [#1999](https://github.com/spotbugs/spotbugs/pull/1999))
- Fixed traversal of nested archives governed by `-nested:true` ([#1930](https://github.com/spotbugs/spotbugs/pull/1930))

### Added
Expand Down
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Expand Up @@ -87,7 +87,7 @@ dependencies {
api 'org.apache.commons:commons-lang3:3.12.0'
api 'org.apache.commons:commons-text:1.9'
api 'org.slf4j:slf4j-api:1.8.0-beta4'
implementation 'net.sf.saxon:Saxon-HE:11.2'
implementation 'net.sf.saxon:Saxon-HE:11.3'
logBinding ("org.apache.logging.log4j:log4j-slf4j18-impl:$log4jVersion") {
exclude group: 'org.slf4j'
}
Expand Down