Skip to content

Commit fdae91f

Browse files
committed
Merge branch 'main' into devFixUsualSurveyUnitId
2 parents 7cdeb02 + 1503118 commit fdae91f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
push:
1313
branches: [ "main" ]
1414
pull_request:
15-
branches: [ "main" ]
15+
types: [opened, reopened]
1616

1717
jobs:
1818
build:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.5.8</version>
14+
<version>3.5.9</version>
1515
</parent>
1616

1717
<properties>

0 commit comments

Comments
 (0)