build(deps): bump org.slf4j:slf4j-nop in /msgraph-mail/java

Bumps org.slf4j:slf4j-nop from 2.0.14 to 2.0.15.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-nop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-08 21:12:46 +00:00 коммит произвёл GitHub
Родитель e75c2706f0
Коммит 52c2bd03ab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ archivesBaseName = 'app'
dependencies {
implementation project(':utilities')
implementation 'org.slf4j:slf4j-nop:2.0.14'
implementation 'org.slf4j:slf4j-nop:2.0.15'
implementation 'com.google.guava:guava:33.2.1-jre'
}