ソースを参照

[NO JIRA] Update org.slf4j dependency set to 1.7.36

tags/9.9.0.65466
Matteo Mara 1年前
コミット
3197080597
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle ファイルの表示

@@ -334,7 +334,7 @@ subprojects {
dependency('org.mockito:mockito-inline:4.10.0')
dependency 'org.mybatis:mybatis:3.5.11'
dependency 'org.nanohttpd:nanohttpd:2.3.1'
dependencySet(group: 'org.slf4j', version: '1.7.30') {
dependencySet(group: 'org.slf4j', version: '1.7.36') {
entry 'jcl-over-slf4j'
entry 'jul-to-slf4j'
entry 'log4j-over-slf4j'

読み込み中…
キャンセル
保存