Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit f21fd71

Browse files
committed
Resolve reported CG issues
1 parent 20d959b commit f21fd71

File tree

5 files changed

+99
-2403
lines changed

5 files changed

+99
-2403
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111

1212
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
1313
inputs:
14-
versionSpec: "1.10.1"
14+
versionSpec: "1.19.1"
1515

1616
- script: |
1717
set -e

containers/java-8-tomcat-8.5/test-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.1.4.RELEASE</version>
8+
<version>2.1.10.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.mycompany</groupId>

0 commit comments

Comments
 (0)