Skip to content

Commit b55bb5e

Browse files
authored
Merge pull request #89 from mashhurs/upgrade-snakeyaml
Upgrade `snakeyaml` dependency.
2 parents 6e8d3db + 5682dfa commit b55bb5e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.3.5
2+
- Upgrade `snakeyaml` dependency [#89](https://github.com/logstash-plugins/logstash-filter-useragent/pull/89)
3+
14
## 3.3.4
25
- Upgrade `snakeyaml` dependency [#84](https://github.com/logstash-plugins/logstash-filter-useragent/pull/84)
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ task verifyYaml(type: Verify, dependsOn: [patchYaml, processResources]) {
9494

9595
dependencies {
9696
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.1'
97-
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.33'
97+
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.0'
9898
implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2'
9999
testImplementation group: 'junit', name: 'junit', version: '4.12'
100100
testImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.5

0 commit comments

Comments
 (0)