Skip to content

Commit

Permalink
tests: upgrade concord version
Browse files Browse the repository at this point in the history
  • Loading branch information
justenwalker committed Apr 24, 2021
1 parent f76e6cf commit ff529ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version>0.2.0</version>

<properties>
<concord.version>1.82.0</concord.version>
<concord.version>1.84.0</concord.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion test/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "ipv6_cidr" {
}
variable "concord_version" {
type = string
default = "1.80.0"
default = "1.84.0"
}
variable "goprivate" {
type = string
Expand Down

0 comments on commit ff529ae

Please sign in to comment.