Skip to content

Commit b24fba5

Browse files
authored
Remove logback version from grails-bom (#12348)
1 parent 1260354 commit b24fba5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ ext {
4141
names:['jakarta.annotation-api'],
4242
modules:['']
4343
],
44-
'logback': [
45-
version: logbackVersion,
46-
group: 'ch.qos.logback',
47-
names: ['logback'],
48-
modules: ['core', 'classic']
49-
],
5044
'micronaut': [
5145
version: micronautVersion,
5246
group:'io.micronaut',

0 commit comments

Comments
 (0)