Skip to content

Commit 7948426

Browse files
authored
Merge pull request #755 from AVSystem/scala-steward-update/spring-context-6.2.11
Spring 6.x
2 parents ecd5430 + c03b772 commit 7948426

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

project/Commons.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Commons extends ProjectGroup("commons") {
3030
val scalacheckVersion = "1.19.0"
3131
val jettyVersion = "12.1.1"
3232
val mongoVersion = "5.6.0"
33-
val springVersion = "5.3.39"
33+
val springVersion = "6.2.11"
3434
val typesafeConfigVersion = "1.4.5"
3535
val commonsIoVersion = "1.3.2" // test only
3636
val scalaLoggingVersion = "3.9.6"

spring/src/main/scala/com/avsystem/commons/spring/ScalaDefaultValuesInjector.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,4 @@ class ScalaDefaultValuesInjector extends BeanDefinitionRegistryPostProcessor {
8989
}
9090
}
9191

92-
def postProcessBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit = ()
9392
}

0 commit comments

Comments
 (0)