Skip to content

Commit 95ba37c

Browse files
authored
Merge branch 'main' into updategenericworkflow_envrelease
2 parents 3d058be + 4b24e7f commit 95ba37c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.powsybl</groupId>
1515
<artifactId>powsybl-parent-ws</artifactId>
16-
<version>21</version>
16+
<version>22</version>
1717
<relativePath/>
1818
</parent>
1919

src/test/resources/application-default.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ logging:
1111
org.springframework.orm.jpa: INFO
1212
org.springframework.transaction: INFO
1313
org.hibernate.SQL: INFO
14-
org.hibernate.type.descriptor.sql.BasicBinder: INFO
14+
org.hibernate.orm.jdbc.bind: INFO
15+
net.ttddyy.dsproxy.listener.logging.SLF4JQueryLoggingListener: WARN
1516

1617
powsybl-ws:
1718
database:

0 commit comments

Comments
 (0)