File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed
subscription/src/main/resources/public
subscription-with-authentication/frontend Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " org.springframework.boot" version " $LIB_SPRING_BOOT_VER " apply false
3
- id " org.sonarqube" version " 3.5 .0.2730 "
3
+ id " org.sonarqube" version " 4.0 .0.2929 "
4
4
id " jacoco"
5
5
}
6
6
Original file line number Diff line number Diff line change 1
1
LIB_GRAPHQL_SERVLET_VER =14.0.0
2
2
LIB_GRAPHQL_SPRING_BOOT_VER =14.1.0
3
- LIB_GRAPHQL_TOOLS_VER =13.0.2
4
- LIB_GRAPHQL_EXTENDED_VALIDATION_VER =19.1
5
- LIB_SPRING_BOOT_VER =2.7.9
3
+ LIB_GRAPHQL_TOOLS_VER =13.0.3
4
+ LIB_GRAPHQL_EXTENDED_VALIDATION_VER =20.0
5
+ LIB_SPRING_BOOT_VER =2.7.10
6
6
sourceCompatibility =11
7
7
targetCompatibility =11
Original file line number Diff line number Diff line change 1
- def jettyVersion = ' 9.4.50.v20221201 '
1
+ def jettyVersion = ' 9.4.51.v20230217 '
2
2
3
3
dependencies {
4
4
implementation " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
5
- implementation " io.projectreactor:reactor-core:3.5.3 "
6
- implementation ' ch.qos.logback:logback-classic:1.4.5 '
7
- implementation ' org.slf4j:slf4j-simple:2.0.6 '
5
+ implementation " io.projectreactor:reactor-core:3.5.4 "
6
+ implementation ' ch.qos.logback:logback-classic:1.4.6 '
7
+ implementation ' org.slf4j:slf4j-simple:2.0.7 '
8
8
implementation " org.eclipse.jetty:jetty-webapp:${ jettyVersion} "
9
9
implementation " org.eclipse.jetty:jetty-annotations:${ jettyVersion} "
10
10
implementation " org.eclipse.jetty.websocket:websocket-api:${ jettyVersion} "
Original file line number Diff line number Diff line change 43
43
< link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css "
44
44
rel ="stylesheet ">
45
45
46
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3 /jquery.js "> </ script >
46
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4 /jquery.js "> </ script >
47
47
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.js "> </ script >
48
48
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js "> </ script >
49
49
You can’t perform that action at this time.
0 commit comments