summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2013-05-14 11:08:52 -0700
committerShawn Pearce <sop@google.com>2013-05-14 12:22:03 -0700
commitaf5d1dc36ed40828dad1ec5d9b1ed3126c0df165 (patch)
tree8d7366be2d6e1da78f0dbfd2dad7d9b5e3fa8135
parentb9ac2439c45862fecb232ded8fa70b47f2c48945 (diff)
Bump openid4java dependency to 0.9.8v2.5.3
Authentication is security-sensitive, so best to make use of the latest available stable version. Change-Id: I70904821a61408b84fcaef5e818ff07fd1f9aecb
-rw-r--r--gerrit-openid/pom.xml3
-rw-r--r--pom.xml5
2 files changed, 3 insertions, 5 deletions
diff --git a/gerrit-openid/pom.xml b/gerrit-openid/pom.xml
index fa4ab951c0..01e2e3ec26 100644
--- a/gerrit-openid/pom.xml
+++ b/gerrit-openid/pom.xml
@@ -51,8 +51,7 @@ limitations under the License.
<dependency>
<groupId>org.openid4java</groupId>
- <artifactId>openid4java-consumer</artifactId>
- <type>pom</type>
+ <artifactId>openid4java</artifactId>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 153c229e12..eca4902d67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,9 +519,8 @@ limitations under the License.
<dependency>
<groupId>org.openid4java</groupId>
- <artifactId>openid4java-consumer</artifactId>
- <version>0.9.6</version>
- <type>pom</type>
+ <artifactId>openid4java</artifactId>
+ <version>0.9.8</version>
<exclusions>
<exclusion>
<!-- conflicts with our use of guice 3.0 -->