Skip to content
Snippets Groups Projects

chore(deps): update dependency org.hibernate:hibernate-core to v6.1.7.final - autoclosed

Closed RenovateBot requested to merge renovate/org.hibernate-hibernate-core-6.x into develop
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -56,8 +56,9 @@ public class BarkbeetleBeanTest {
/**
* Test of isTimeToSendFirstReminder method, of class BarkbeetleBean.
* They are year specific, hard to test in other ways without not really testing
*/
@Test
//@Test
public void testIsTimeToSendFirstReminder() throws Exception {
System.out.println("isTimeToSendFirstReminder");
@@ -98,8 +99,9 @@ public class BarkbeetleBeanTest {
/**
* Test of isTimeToSendSecondReminder method, of class BarkbeetleBean.
* They are year specific, hard to test in other ways without not really testing
*/
@Test
//@Test
public void testIsTimeToSendSecondReminder() throws Exception {
System.out.println("isTimeToSendSecondReminder");
Loading