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

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

---
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-06 21:41:46 +00:00 коммит произвёл GitHub
Родитель d14f1095d7
Коммит 32f962cbb6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

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