Skip to content

Commit 8bee56f

Browse files
spring framework 6.2.19 (#1136)
1 parent 022faa4 commit 8bee56f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

build.gradle

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,21 @@ dependencyManagement {
502502
dependencySet(group: 'org.apache.commons', version: versions.commonsLang3) {
503503
entry 'commons-lang3'
504504
}
505+
dependencySet(group: 'org.springframework', version: '6.2.19') {
506+
entry 'spring-aop'
507+
entry 'spring-aspects'
508+
entry 'spring-beans'
509+
entry 'spring-context'
510+
entry 'spring-context-support'
511+
entry 'spring-core'
512+
entry 'spring-expression'
513+
entry 'spring-jcl'
514+
entry 'spring-jdbc'
515+
entry 'spring-orm'
516+
entry 'spring-tx'
517+
entry 'spring-web'
518+
entry 'spring-webmvc'
519+
}
505520
}
506521
}
507522

0 commit comments

Comments
 (0)