[java-oidc-common] branch main updated: Replace hardcoded version.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 20 03:54:57 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=5fe01e88f55bfa185ab8b9742917fd73a68c20b6
The following commit(s) were added to refs/heads/main by this push:
new 5fe01e8 Replace hardcoded version.
5fe01e8 is described below
commit 5fe01e88f55bfa185ab8b9742917fd73a68c20b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 22:54:52 2023 -0500
Replace hardcoded version.
---
oidc-common-attribute-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-common-attribute-impl/pom.xml b/oidc-common-attribute-impl/pom.xml
index ebd5f94..8dd5777 100644
--- a/oidc-common-attribute-impl/pom.xml
+++ b/oidc-common-attribute-impl/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-resolver-spring</artifactId>
- <version>5.0.0</version>
+ <version>${shib-attribute.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list