File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed
subscription-with-authentication/frontend
subscription/src/main/resources/public Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11plugins {
22 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 "
44 id " jacoco"
55}
66
Original file line number Diff line number Diff line change 11LIB_GRAPHQL_SERVLET_VER =14.0.0
22LIB_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
66sourceCompatibility =11
77targetCompatibility =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 '
22
33dependencies {
44 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 '
88 implementation " org.eclipse.jetty:jetty-webapp:${ jettyVersion} "
99 implementation " org.eclipse.jetty:jetty-annotations:${ jettyVersion} "
1010 implementation " org.eclipse.jetty.websocket:websocket-api:${ jettyVersion} "
Original file line number Diff line number Diff line change 4343 < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css "
4444 rel ="stylesheet ">
4545
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 >
4747 < script src ="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.js "> </ script >
4848 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js "> </ script >
4949
You can’t perform that action at this time.
0 commit comments