6 8 cves (#5107)
* bump * Update deps * reduce thymeleaf * Remove dead import
This commit is contained in:
parent
675699a177
commit
c75dd41a45
|
@ -316,7 +316,6 @@ public class FhirResourceDaoR4Test extends BaseJpaR4Test {
|
|||
public void testTermConceptReindexingDoesntDuplicateData() {
|
||||
myStorageSettings.setSchedulingDisabled(true);
|
||||
|
||||
|
||||
CodeSystem cs = new CodeSystem();
|
||||
cs.setId("nhin-use");
|
||||
cs.setUrl("http://zoop.com");
|
||||
|
|
|
@ -335,6 +335,7 @@ public class OpenApiInterceptor {
|
|||
|
||||
HttpServletRequest servletRequest = theRequestDetails.getServletRequest();
|
||||
ServletContext servletContext = servletRequest.getServletContext();
|
||||
|
||||
WebContext context = new WebContext(servletRequest, theResponse, servletContext);
|
||||
context.setVariable(REQUEST_DETAILS, theRequestDetails);
|
||||
context.setVariable("DESCRIPTION", cs.getImplementation().getDescription());
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -929,7 +929,7 @@
|
|||
<error_prone_core_version>2.10.0</error_prone_core_version>
|
||||
<mockito_version>4.8.1</mockito_version>
|
||||
<nullaway_version>0.7.9</nullaway_version>
|
||||
<guava_version>31.0.1-jre</guava_version>
|
||||
<guava_version>32.1.1-jre</guava_version>
|
||||
<gson_version>2.8.9</gson_version>
|
||||
<jaxb_bundle_version>2.2.11_1</jaxb_bundle_version>
|
||||
<jaxb_api_version>2.3.1</jaxb_api_version>
|
||||
|
@ -951,8 +951,8 @@
|
|||
<hibernate_validator_version>6.1.5.Final</hibernate_validator_version>
|
||||
<httpcore_version>4.4.13</httpcore_version>
|
||||
<httpclient_version>4.5.13</httpclient_version>
|
||||
<jackson_version>2.15.0</jackson_version>
|
||||
<jackson_databind_version>2.15.0</jackson_databind_version>
|
||||
<jackson_version>2.15.2</jackson_version>
|
||||
<jackson_databind_version>2.15.2</jackson_databind_version>
|
||||
<maven_assembly_plugin_version>3.3.0</maven_assembly_plugin_version>
|
||||
<maven_license_plugin_version>1.8</maven_license_plugin_version>
|
||||
<okhttp_version>4.10.0</okhttp_version>
|
||||
|
@ -1095,7 +1095,7 @@
|
|||
<dependency>
|
||||
<groupId>com.graphql-java</groupId>
|
||||
<artifactId>graphql-java</artifactId>
|
||||
<version>19.4</version>
|
||||
<version>21.0</version>
|
||||
</dependency>
|
||||
<!-- mail start -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue