Skip to content

Commit

Permalink
Merge pull request #7 from hypertrace/update-docker-plugin-version
Browse files Browse the repository at this point in the history
ci: update docker plugin version
  • Loading branch information
aaron-steinfeld authored Aug 10, 2020
2 parents 9ad0a9c + 9ca669c commit f9fa1f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ ignore:
SNYK-JAVA-COMMONSHTTPCLIENT-30083:
- '*':
reason: no available replacement
expires: 2020-07-31T00:00:00.000Z
expires: 2020-08-31T00:00:00.000Z
SNYK-JAVA-COMMONSHTTPCLIENT-31660:
- '*':
reason: no available replacement
expires: 2020-07-31T00:00:00.000Z
expires: 2020-08-31T00:00:00.000Z
SNYK-JAVA-IONETTY-473694:
- '*':
reason: no available replacement
expires: 2020-07-31T00:00:00.000Z
expires: 2020-08-31T00:00:00.000Z
SNYK-JAVA-LOG4J-572732:
- '*':
reason: no available replacement
expires: 2020-07-31T00:00:00.000Z
expires: 2020-08-31T00:00:00.000Z
SNYK-JAVA-ORGAPACHECOMMONS-559327:
- '*':
reason: no available replacement
expires: 2020-07-31T00:00:00.000Z
expires: 2020-08-31T00:00:00.000Z
SNYK-JAVA-ORGCODEHAUSJACKSON-534878:
- '*':
reason: no available replacement
expires: 2020-07-31T00:00:00.000Z
patch: {}
expires: 2020-08-31T00:00:00.000Z
patch: {}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins {
id("org.hypertrace.repository-plugin") version "0.2.1"
id("org.hypertrace.ci-utils-plugin") version "0.1.2"
id("org.hypertrace.jacoco-report-plugin") version "0.1.1" apply false
id("org.hypertrace.docker-java-application-plugin") version "0.3.0" apply false
id("org.hypertrace.docker-publish-plugin") version "0.3.0" apply false
id("org.hypertrace.docker-java-application-plugin") version "0.3.2" apply false
id("org.hypertrace.docker-publish-plugin") version "0.3.2" apply false
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion hypertrace-view-creator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies {
testImplementation("org.mockito:mockito-core:3.3.3")
}

description = "view creator for Pinot"
description = "view creator for Pinot"

0 comments on commit f9fa1f2

Please sign in to comment.