Skip to content

Commit f5b3a6c

Browse files
authored
Merge pull request #145 from salesforce/minor-fixes
Minor guava update, and fix canteen error message
2 parents 976985e + e48e704 commit f5b3a6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

canteen/canteen-bootstrap/src/main/go/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func main() {
6060
} else {
6161
err = syscall.Exec(binary, append([]string{"java"}, args...), os.Environ())
6262
if err != nil {
63-
log.Fatalf("Bootstrap execution error: %v", os.Environ())
63+
log.Fatalf("Bootstrap execution error: %v", err)
6464
}
6565
}
6666
}

canteen/canteen-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.google.guava</groupId>
2424
<artifactId>guava</artifactId>
25-
<version>21.0</version>
25+
<version>24.1.1-jre</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>junit</groupId>

0 commit comments

Comments
 (0)