Skip to content

Commit 052b819

Browse files
committed
spring upgrade and enabled group by default
1 parent 55bb563 commit 052b819

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java-backend-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.4</version>
8+
<version>3.4.6</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>skill-tree</groupId>

java-backend-example/src/main/java/skills/examples/data/serviceRequestModel/GroupRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class GroupRequest {
2121
private String skillId;
2222
private String subjectId;
2323
private String type = "SkillsGroup";
24-
private String enabled = "false";
24+
private String enabled = "true";
2525
private Integer numSkillsRequired = -1;
2626

2727
public String getName() {

0 commit comments

Comments
 (0)