File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
persistence-modules/spring-data-jpa-query
main/java/com/baeldung/hibernate/audit
test/java/com/baeldung/persistence/config Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6666 <version >${guava.version} </version >
6767 </dependency >
6868 <dependency >
69- <groupId >org.apache.tomcat</groupId >
70- <artifactId >tomcat-dbcp</artifactId >
71- <version >${tomcat-dbcp.version} </version >
69+ <groupId >org.apache.commons</groupId >
70+ <artifactId >commons-dbcp2</artifactId >
7271 </dependency >
7372 </dependencies >
7473
7574 <properties >
7675 <datasource-proxy .version>1.4.1</datasource-proxy .version>
77- <spring-oxm .version>6.1.4</spring-oxm .version>
78- <hibernate .version>6.5.2.Final</hibernate .version>
79- <hibernate-envers .version>6.5.2.Final</hibernate-envers .version>
76+ <spring-boot .version>3.5.8</spring-boot .version>
77+ <spring-oxm .version>6.2.14</spring-oxm .version>
78+ <hibernate .version>6.6.38.Final</hibernate .version>
79+ <hibernate-envers .version>6.6.38.Final</hibernate-envers .version>
8080 <mysql .version>8.2.0</mysql .version>
81- <tomcat-dbcp .version>9.0.0.M26</tomcat-dbcp .version>
8281 </properties >
8382
84- </project >
83+
84+ </project >
Original file line number Diff line number Diff line change 44
55import javax .sql .DataSource ;
66
7- import org .apache .tomcat . dbcp .dbcp2 .BasicDataSource ;
7+ import org .apache .commons .dbcp2 .BasicDataSource ;
88import org .springframework .beans .factory .annotation .Autowired ;
99import org .springframework .context .annotation .Bean ;
1010import org .springframework .context .annotation .ComponentScan ;
@@ -180,4 +180,4 @@ private final Properties hibernateProperties() {
180180 return hibernateProperties ;
181181 }
182182
183- }
183+ }
Original file line number Diff line number Diff line change 44
55import javax .sql .DataSource ;
66
7- import org .apache .tomcat . dbcp .dbcp2 .BasicDataSource ;
7+ import org .apache .commons .dbcp2 .BasicDataSource ;
88import org .springframework .beans .factory .annotation .Autowired ;
99import org .springframework .context .annotation .Bean ;
1010import org .springframework .context .annotation .ComponentScan ;
@@ -176,4 +176,4 @@ private final Properties hibernateProperties() {
176176 return hibernateProperties ;
177177 }
178178
179- }
179+ }
You can’t perform that action at this time.
0 commit comments