Bump slf4j-nop from 2.0.1 to 2.0.2 in /template/java

Bumps [slf4j-nop](https://github.com/qos-ch/slf4j) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
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] 2022-09-20 21:16:26 +00:00 коммит произвёл GitHub
Родитель d9e72636cb
Коммит 52757367d3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@ archivesBaseName = 'app'
dependencies {
implementation project(':utilities')
implementation 'org.slf4j:slf4j-nop:2.0.1'
implementation 'org.slf4j:slf4j-nop:2.0.2'
}
application {