File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <hibernate-validator .version>8.0.3.Final</hibernate-validator .version>
2828 <!-- Pin antlr4-runtime to the version required by Hibernate (compiled with ANTLR tool 4.13.0) -->
2929 <antlr4 .version>4.13.0</antlr4 .version>
30- <postgresql .driver.version>42.7.10 </postgresql .driver.version>
30+ <postgresql .driver.version>42.7.11 </postgresql .driver.version>
3131 <flyway .version>10.22.0</flyway .version>
3232 <solr .client.version>8.11.4</solr .client.version>
3333
14491449 <version >${asm.version} </version >
14501450 </dependency >
14511451
1452- <!-- Solr-core and Postgres disagree on versions of Checker Qual -->
1453- <dependency >
1454- <groupId >org.checkerframework</groupId >
1455- <artifactId >checker-qual</artifactId >
1456- <version >3.54.0</version >
1457- </dependency >
1458-
14591452 <!-- Several dependencies disagree on version of GSON including Jena, Google-OAuth-Client
14601453 and OpenAIRE Broker-Client -->
14611454 <dependency >
18671860 <artifactId >guava</artifactId >
18681861 <version >33.6.0-jre</version >
18691862 <exclusions >
1870- <!-- Use version provided by Solr / Postgres -->
1863+ <!-- Use version provided by solr-core -->
18711864 <exclusion >
18721865 <groupId >org.checkerframework</groupId >
18731866 <artifactId >checker-qual</artifactId >
You can’t perform that action at this time.
0 commit comments