Skip to content

Commit 0777fdd

Browse files
committed
Update :servlet:xml:java:dms to 7
1 parent a04ffd2 commit 0777fdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version=6.1.1
2-
spring-security.version=6.5.0-SNAPSHOT
2+
spring-security.version=7.0.0-SNAPSHOT
33
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError
44
org.gradle.caching=true

servlet/xml/java/dms/src/main/resources/applicationContext-dms-secure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</bean>
6262

6363
<bean id="daoAuthenticationProvider" class="org.springframework.security.authentication.dao.DaoAuthenticationProvider">
64-
<property name="userDetailsService" ref="jdbcDaoImpl"/>
64+
<constructor-arg ref="jdbcDaoImpl"/>
6565
<property name="passwordEncoder">
6666
<bean class="org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder"/>
6767
</property>

0 commit comments

Comments
 (0)