Skip to content

Commit

Permalink
Upgraded to latests spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 9, 2025
1 parent 06fddc5 commit 000a4bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion myconext-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ logging:
level:
org.springframework: WARN
org.springframework.web: WARN
org.springframework.security: TRACE
org.springframework.security: WARN
com.zaxxer.hikari: ERROR
myconext: DEBUG
tiqr.org: DEBUG
Expand Down
2 changes: 1 addition & 1 deletion myconext-server/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<logger name="org.springframework" level="WARN"/>
<logger name="org.springframework.security" level="TRACE"/>
<logger name="org.springframework.security" level="WARN"/>
<logger name="org.eclipse" level="WARN"/>
</configuration>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.1</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down

0 comments on commit 000a4bf

Please sign in to comment.