Skip to content

Commit 04aaa94

Browse files
[DUOS-1740-dependabot]: Bump the maven-dependencies group with 21 updates (#2248)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rushtong <[email protected]>
1 parent f1e8cd8 commit 04aaa94

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
<java.version>17</java.version>
1414
<maven.compiler.source>17</maven.compiler.source>
1515
<maven.compiler.target>17</maven.compiler.target>
16-
<liquibase.version>4.25.1</liquibase.version>
16+
<liquibase.version>4.26.0</liquibase.version>
1717
<dropwizard.version>4.0.4</dropwizard.version>
1818
<logback.version>1.4.14</logback.version>
19-
<pact.version>4.6.4</pact.version>
19+
<pact.version>4.6.7</pact.version>
2020
<postgres.version>42.7.2</postgres.version>
2121
<surefire.version>3.2.5</surefire.version>
2222
<swagger.ui.version>5.10.3</swagger.ui.version>
2323
<swagger.ui.path>META-INF/resources/webjars/swagger-ui/${swagger.ui.version}/</swagger.ui.path>
2424
<mockserver.version>5.15.0</mockserver.version>
25-
<junit.version>5.10.1</junit.version>
25+
<junit.version>5.10.2</junit.version>
2626
<io.grpc.version>1.58.0</io.grpc.version>
27-
<mockito.version>5.9.0</mockito.version>
27+
<mockito.version>5.10.0</mockito.version>
2828

2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -138,7 +138,7 @@
138138
<suppressionFile>owaspSuppression.xml</suppressionFile>
139139
</suppressionFiles>
140140
</configuration>
141-
<version>9.0.8</version>
141+
<version>9.0.9</version>
142142
<executions>
143143
<execution>
144144
<goals>
@@ -358,7 +358,7 @@
358358
<groupId>org.jdbi</groupId>
359359
<artifactId>jdbi3-bom</artifactId>
360360
<type>pom</type>
361-
<version>3.43.0</version>
361+
<version>3.45.0</version>
362362
<scope>import</scope>
363363
</dependency>
364364
</dependencies>
@@ -370,7 +370,7 @@
370370
<dependency>
371371
<groupId>com.networknt</groupId>
372372
<artifactId>json-schema-validator</artifactId>
373-
<version>1.1.0</version>
373+
<version>1.3.2</version>
374374
</dependency>
375375
<dependency>
376376
<groupId>com.fasterxml.jackson.core</groupId>
@@ -427,13 +427,13 @@
427427
<dependency>
428428
<groupId>com.sendgrid</groupId>
429429
<artifactId>sendgrid-java</artifactId>
430-
<version>4.10.1</version>
430+
<version>4.10.2</version>
431431
</dependency>
432432

433433
<dependency>
434434
<groupId>org.apache.httpcomponents.client5</groupId>
435435
<artifactId>httpclient5</artifactId>
436-
<version>5.3</version>
436+
<version>5.3.1</version>
437437
</dependency>
438438

439439
<dependency>
@@ -445,13 +445,13 @@
445445
<dependency>
446446
<groupId>io.sentry</groupId>
447447
<artifactId>sentry</artifactId>
448-
<version>7.2.0</version>
448+
<version>7.3.0</version>
449449
</dependency>
450450

451451
<dependency>
452452
<groupId>org.slf4j</groupId>
453453
<artifactId>slf4j-api</artifactId>
454-
<version>2.0.11</version>
454+
<version>2.0.12</version>
455455
</dependency>
456456

457457
<!-- Support for JSON logging -->
@@ -497,7 +497,7 @@
497497
<dependency>
498498
<groupId>org.eclipse.jetty.http2</groupId>
499499
<artifactId>http2-common</artifactId>
500-
<version>11.0.19</version>
500+
<version>11.0.20</version>
501501
</dependency>
502502

503503
<dependency>
@@ -647,15 +647,15 @@
647647
<dependency>
648648
<groupId>org.testcontainers</groupId>
649649
<artifactId>postgresql</artifactId>
650-
<version>1.19.3</version>
650+
<version>1.19.5</version>
651651
<scope>test</scope>
652652
</dependency>
653653

654654
<!-- Required for mocking ontology and elastic search instances -->
655655
<dependency>
656656
<groupId>org.testcontainers</groupId>
657657
<artifactId>mockserver</artifactId>
658-
<version>1.19.3</version>
658+
<version>1.19.5</version>
659659
<scope>test</scope>
660660
</dependency>
661661

@@ -672,13 +672,13 @@
672672
<dependency>
673673
<groupId>com.google.api-client</groupId>
674674
<artifactId>google-api-client</artifactId>
675-
<version>2.2.0</version>
675+
<version>2.3.0</version>
676676
</dependency>
677677

678678
<dependency>
679679
<groupId>com.google.cloud</groupId>
680680
<artifactId>google-cloud-storage</artifactId>
681-
<version>2.31.0</version>
681+
<version>2.34.0</version>
682682
</dependency>
683683

684684
<dependency>
@@ -714,7 +714,7 @@
714714
<dependency>
715715
<groupId>org.elasticsearch.client</groupId>
716716
<artifactId>elasticsearch-rest-client</artifactId>
717-
<version>8.11.4</version>
717+
<version>8.12.1</version>
718718
</dependency>
719719

720720
<dependency>

src/main/java/org/broadinstitute/consent/http/util/JsonSchemaUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ private JsonSchema getDatasetRegistrationSchema() throws ExecutionException {
6060
SchemaValidatorsConfig config = new SchemaValidatorsConfig();
6161
config.setHandleNullableField(false);
6262
config.setTypeLoose(false);
63+
config.setFormatAssertionsEnabled(true);
6364
return factory.getSchema(schemaString, config);
6465
}
6566

src/test/java/org/broadinstitute/consent/http/util/JsonSchemaUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void testValidateDatasetRegistrationObject_v1_invalid_dates() {
133133
"publicVisibility": true,
134134
"piInstitution": 1,
135135
"nihGrantContractNumber": "1234123412341234",
136-
"gbGaPPhsID": "someId",
136+
"dbGaPPhsID": "someId",
137137
"dataSubmitterUserId": 1,
138138
"embargoReleaseDate": "asfd-10-20",
139139
"targetDeliveryDate": "asdf-10-20",

0 commit comments

Comments
 (0)