Browse Source

[NO JIRA] Upgrade snakeyaml to 1.31

tags/9.7.0.61563
Duarte Meneses 1 year ago
parent
commit
ce320ad409
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -322,7 +322,7 @@ subprojects {
exclude 'commons-logging:commons-logging'
}
dependency 'org.subethamail:subethasmtp:3.1.7'
dependency 'org.yaml:snakeyaml:1.30'
dependency 'org.yaml:snakeyaml:1.31'

// please keep this list alphabetically ordered
}

Loading…
Cancel
Save