Please consider updating danubetech dependencies

The current versions work, but I use these more recent versions in the wellspring apps and I think it would be nice if we were in sync.
This commit is contained in:
Andy Miller 2023-05-15 16:46:07 +09:00 committed by GitHub
parent 3ba3c642a9
commit 50b5c39629

View File

@ -34,14 +34,14 @@
<groupId>com.danubetech</groupId> <groupId>com.danubetech</groupId>
<artifactId>verifiable-credentials-java</artifactId> <artifactId>verifiable-credentials-java</artifactId>
<!-- <version>1.1-20220818.090353-4</version> --> <!-- <version>1.1-20220818.090353-4</version> -->
<version>1.1-SNAPSHOT</version> <version>1.2-SNAPSHOT</version>
</dependency> </dependency>
<!-- https://repo.danubetech.com/#browse/browse:maven-public:com%2Fdanubetech%2Fkey-formats-java%2F1.6-SNAPSHOT --> <!-- https://repo.danubetech.com/#browse/browse:maven-public:com%2Fdanubetech%2Fkey-formats-java%2F1.6-SNAPSHOT -->
<dependency> <dependency>
<groupId>com.danubetech</groupId> <groupId>com.danubetech</groupId>
<artifactId>key-formats-java</artifactId> <artifactId>key-formats-java</artifactId>
<version>1.6-SNAPSHOT</version> <version>1.8-SNAPSHOT</version>
</dependency> </dependency>
<!-- https://github.com/filip26/iron-verifiable-credentials --> <!-- https://github.com/filip26/iron-verifiable-credentials -->
@ -82,4 +82,4 @@
<url>https://repo.danubetech.com/repository/maven-public/</url> <url>https://repo.danubetech.com/repository/maven-public/</url>
</repository> </repository>
</repositories> </repositories>
</project> </project>