Skip to content

Commit

Permalink
Merge pull request #89 from mashhurs/upgrade-snakeyaml
Browse files Browse the repository at this point in the history
Upgrade `snakeyaml` dependency.
  • Loading branch information
mashhurs committed Sep 19, 2023
2 parents 6e8d3db + 5682dfa commit b55bb5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.3.5
- Upgrade `snakeyaml` dependency [#89](https://github.com/logstash-plugins/logstash-filter-useragent/pull/89)

## 3.3.4
- Upgrade `snakeyaml` dependency [#84](https://github.com/logstash-plugins/logstash-filter-useragent/pull/84)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ task verifyYaml(type: Verify, dependsOn: [patchYaml, processResources]) {

dependencies {
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.1'
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.33'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.0'
implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2'
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5

0 comments on commit b55bb5e

Please sign in to comment.