We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bb563 commit 052b819Copy full SHA for 052b819
2 files changed
java-backend-example/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.4.4</version>
+ <version>3.4.6</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>skill-tree</groupId>
java-backend-example/src/main/java/skills/examples/data/serviceRequestModel/GroupRequest.java
@@ -21,7 +21,7 @@ public class GroupRequest {
21
private String skillId;
22
private String subjectId;
23
private String type = "SkillsGroup";
24
- private String enabled = "false";
+ private String enabled = "true";
25
private Integer numSkillsRequired = -1;
26
27
public String getName() {
0 commit comments