Skip to content

Commit 1714d2b

Browse files
committed
Update to latest Angular, Gradle, etc.
Request: MO Change-Id: I1771ce245bffa88ca982117b827206fefdc1dbba
1 parent baa2db4 commit 1714d2b

File tree

7 files changed

+426
-184
lines changed

7 files changed

+426
-184
lines changed

api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'maven-publish'
55
id 'signing'
66
id 'com.github.johnrengelman.shadow' version '6.0.0'
7-
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.1.2"
7+
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.1.3"
88
}
99

1010
dependencies {
@@ -14,7 +14,7 @@ dependencies {
1414
project(":bhive"),
1515
)
1616
api(
17-
'io.swagger.core.v3:swagger-annotations:2.1.2',
17+
'io.swagger.core.v3:swagger-annotations:2.1.3',
1818
)
1919
}
2020

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
classpath 'com.adarshr:gradle-test-logger-plugin:2.0.0'
19+
classpath 'com.adarshr:gradle-test-logger-plugin:2.1.0'
2020
classpath 'ru.vyarus:gradle-quality-plugin:4.3.0'
2121
classpath 'gradle.plugin.net.ossindex:ossindex-gradle-plugin:0.4.11'
2222
classpath 'org.cyclonedx:cyclonedx-gradle-plugin:1.1.3'

common/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ dependencies {
1616
)
1717

1818
implementation (
19-
'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.0',
20-
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.0',
21-
'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.0',
19+
'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1',
20+
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.1',
21+
'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1',
2222
'org.apache.commons:commons-compress:1.20',
2323
)
2424
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)