Skip to content

Commit

Permalink
GRAILS-9899: Update Protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Aug 22, 2013
1 parent baa8b99 commit c138e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-bootstrap/build.gradle
Expand Up @@ -16,7 +16,7 @@ dependencies {
}

// These 3 are required by UAA but not Grails (non OSGI version of excludes above)
uaa 'com.google.protobuf:protobuf-java:2.4.1',
uaa 'com.google.protobuf:protobuf-java:2.5.0',
'com.googlecode.json-simple:json-simple:1.1',
"org.bouncycastle:bcpg-jdk15:1.45"

Expand Down
Expand Up @@ -116,7 +116,7 @@ public Object doCall() {
String junitVersion = "4.10";
ModuleRevisionId[] buildDependencies = {
ModuleRevisionId.newInstance("org.springframework.uaa", "org.springframework.uaa.client", "1.0.1.RELEASE"),
ModuleRevisionId.newInstance("com.google.protobuf", "protobuf-java", "2.4.1"),
ModuleRevisionId.newInstance("com.google.protobuf", "protobuf-java", "2.5.0"),
ModuleRevisionId.newInstance("com.googlecode.json-simple", "json-simple", "1.1"),
ModuleRevisionId.newInstance("org.bouncycastle", "bcpg-jdk15", "1.45"),
ModuleRevisionId.newInstance("org.bouncycastle", "bcprov-jdk15", "1.45"),
Expand Down

0 comments on commit c138e13

Please sign in to comment.