File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ dependencies {
2525 implementation(" ch.qos.logback" , " logback-classic" , " 1.5.31" )
2626 implementation(" mysql" , " mysql-connector-java" , " 8.0.33" )
2727 implementation(" org.mapdb" , " mapdb" , " 3.1.0" )
28- implementation(" org.hibernate" , " hibernate-core" , " 5.6.15 .Final" )
28+ implementation(" org.hibernate" , " hibernate-core" , " 7.2.6 .Final" )
2929 implementation(" com.github.ben-manes.caffeine" , " caffeine" , " 3.2.3" )
3030
31- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.14.2 " )
32- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.14.2 " )
31+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.3 " )
32+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.3 " )
3333}
3434
3535tasks.getByName<Test >(" test" ) {
You can’t perform that action at this time.
0 commit comments