Skip to content

Commit

Permalink
Fixing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
olhabn committed Mar 13, 2020
1 parent ac8c486 commit 5e08134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ foam2_MAVEN_DEPS = \
commons-io:commons-io:2.6 \
org.apache-extras.beanshell:bsh:2.0b6 \
com.google.api-client:google-api-client:1.22.0 \
com.google.oauth-client:google-oauth-client-jetty:1.23.0 \
com.google.apis:google-api-services-sheets:v4-rev578-1.23.0 \
com.google.oauth-client:google-oauth-client-jetty:1.22.0 \
com.google.apis:google-api-services-sheets:v4-rev578-1.22.0 \
org.jtwig:jtwig-core:5.86.1.RELEASE \
org.mongodb:mongodb-driver:3.4.2 \
org.mongodb:mongodb-driver-core:3.4.2 \
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
<version>1.23.0</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down

0 comments on commit 5e08134

Please sign in to comment.