Skip to content

Commit 2a4a36f

Browse files
committed
chore: bump spring version to 2.7.7
1 parent 91d4133 commit 2a4a36f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

owlplug-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.springframework.boot</groupId>
3535
<artifactId>spring-boot-dependencies</artifactId>
36-
<version>2.5.5</version>
36+
<version>2.7.7</version>
3737
<type>pom</type>
3838
<scope>import</scope>
3939
</dependency>

owlplug-client/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ owlplugcentral.url=https://central.owlplug.com
88
owlplug.hub.url = http://hub.owlplug.com
99
owlplug.hub.updateDownloadUrl = https://github.com/DropSnorz/OwlPlug/releases
1010

11+
# Spring circular references should be avoided
12+
# Most circular references are on the UI layer managed by the spring container.
13+
spring.main.allow-circular-references=true
14+
1115
# H2
1216
spring.h2.console.enabled=true
1317
spring.h2.console.path=/h2

0 commit comments

Comments
 (0)