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

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

---
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-12 21:47:26 +00:00 коммит произвёл GitHub
Родитель d89c3fa8e0
Коммит 3e5fb73310
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

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