Skip to content

Commit 8ece9b3

Browse files
authored
Merge branch 'master' into renovate/npm-json5-vulnerability
2 parents 49907c4 + 7eeeb06 commit 8ece9b3

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

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.7
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

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.1"
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}"

spring-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("com.graphql-java-kickstart:graphql-spring-boot-starter")
2424

2525
implementation "com.embedler.moon.graphql:spring-graphql-common:2.1.0-2016-05-22T16-50-32"
26-
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
26+
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
2727

2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
implementation("org.springframework.boot:spring-boot-starter-actuator")

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

Lines changed: 3 additions & 3 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)