Bump slf4j-nop from 1.7.33 to 1.7.35 in /template/java

Bumps [slf4j-nop](https://github.com/qos-ch/slf4j) from 1.7.33 to 1.7.35.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)

---
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-01-25 21:12:23 +00:00 коммит произвёл GitHub
Родитель 23c89aded7
Коммит 61ee7b4554
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

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