File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 2626 </licenses >
2727
2828 <properties >
29- <maven .compiler.proc>full</maven .compiler.proc>
3029 <revision >1.4.0</revision >
3130 <java .version>24</java .version>
3231 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4140 <version .lombok>1.18.38</version .lombok>
4241 <version .swagger-annotations>2.2.8</version .swagger-annotations>
4342 <version .log4j>2.20.0</version .log4j>
44- <version .client-lib>0.6.6 </version .client-lib>
45- <version .yaci>0.3.8 </version .yaci>
43+ <version .client-lib>0.7.0 </version .client-lib>
44+ <version .yaci>0.4.0-beta5 </version .yaci>
4645 <version .commons-io>2.14.0</version .commons-io>
4746 <version .javax-validation-api>2.0.1.Final</version .javax-validation-api>
4847 <version .findsecbugs-plugin>1.13.0</version .findsecbugs-plugin>
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.bloxbean.cardano</groupId >
3030 <artifactId >cardano-client-lib</artifactId >
31- <version >0.6.4 </version >
31+ <version >0.7.0 </version >
3232 </dependency >
3333 <dependency >
3434 <groupId >com.bloxbean.cardano</groupId >
3535 <artifactId >cardano-client-backend-blockfrost</artifactId >
36- <version >0.6.4 </version >
36+ <version >0.7.0 </version >
3737 </dependency >
3838 <dependency >
3939 <groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 1818
1919 <properties >
2020 <java .version>24</java .version>
21- <maven .compiler.proc>full</maven .compiler.proc>
22- <yaci-store .version>0.1.5</yaci-store .version>
21+ <yaci-store .version>2.0.0-beta4</yaci-store .version>
2322 <sonar .exclusions>src/main/java/org/cardanofoundation/rosetta/yaciindexer/stores/txsize/model/*</sonar .exclusions>
2423<!-- <version.spotless-maven-plugin>2.43.0</version.spotless-maven-plugin>-->
2524 </properties >
9998 <artifactId >yaci-store-admin-spring-boot-starter</artifactId >
10099 <version >${yaci-store.version} </version >
101100 </dependency >
102- <!-- <!– Used for governance data (Voltaire) –> -->
103- <!-- <dependency> -- >
104- <!-- <groupId>com.bloxbean.cardano</groupId> -- >
105- <!-- <artifactId>yaci-store-governance-spring-boot-starter</artifactId> -- >
106- <!-- <version>${yaci-store.version}</version> -- >
107- <!-- </dependency> -- >
101+ <!-- Used for governance data (Voltaire) -->
102+ <dependency >
103+ <groupId >com.bloxbean.cardano</groupId >
104+ <artifactId >yaci-store-governance-spring-boot-starter</artifactId >
105+ <version >${yaci-store.version} </version >
106+ </dependency >
108107 <!-- Used for epoch_params -> protocolparams-->
109108 <dependency >
110109 <groupId >com.bloxbean.cardano</groupId >
You can’t perform that action at this time.
0 commit comments