File tree Expand file tree Collapse file tree
src/main/java/org/hyperskill/plugin/versions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 }
4141
4242 gradle {
43- version = "7.3.3 "
43+ version = "7.6 "
4444 }
4545
4646 spring {
47- bootVersion = "2.5.6 "
48- dependencyManagementVersion = "1.0.11.RELEASE "
47+ bootVersion = "3.0.2 "
48+ dependencyManagementVersion = "1.1.0 "
4949 }
5050
5151 android {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ gradlePlugin {
1414}
1515
1616group ' org.hyperskill'
17- version ' 1.1 '
17+ version ' 1.2 '
1818
1919publishing {
2020 publications {
Original file line number Diff line number Diff line change 22
33public class Gradle {
44
5- public String version = "7.3.3 " ;
5+ public String version = "7.6 " ;
66
77 public Gradle () {}
88
Original file line number Diff line number Diff line change 22
33public class Spring {
44
5- public String bootVersion = "2.5.6 " ;
6- public String dependencyManagementVersion = "1.0.11.RELEASE " ;
5+ public String bootVersion = "3.0.2 " ;
6+ public String dependencyManagementVersion = "1.1.0 " ;
77
88 public Spring () {}
99
You can’t perform that action at this time.
0 commit comments