Skip to content

Commit 2ead130

Browse files
authored
Merge branch 'master' into renovate/npm-webpack-vulnerability
2 parents 70ce246 + 68ac040 commit 2ead130

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LIB_GRAPHQL_SERVLET_VER=14.0.0
22
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
66
sourceCompatibility=11
77
targetCompatibility=11

servlet-hello-world/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
def jettyVersion = '9.4.50.v20221201'
1+
def jettyVersion = '9.4.51.v20230217'
22

33
dependencies {
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}"

subscription-with-authentication/frontend/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subscription/src/main/resources/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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

0 commit comments

Comments
 (0)