Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
distributionSha256Sum=5af3b743dd8b876b5c45da33b676251e5f1687712644abb4ee519ca56e1d89ce
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
distributionSha256Sum=0d7125e8c91097b36edb990ea5934e6c68b4440eef4ea96510a0f6815e7eeadb
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<logback.version>1.5.37</logback.version>
<postgres.version>42.7.13</postgres.version>
<surefire.version>3.5.6</surefire.version>
<swagger.ui.version>5.32.13</swagger.ui.version>
<swagger.ui.version>5.32.11</swagger.ui.version>
<swagger.ui.path>META-INF/resources/webjars/swagger-ui/${swagger.ui.version}/</swagger.ui.path>
<wiremock.version>3.13.2</wiremock.version>
<commons.csv.version>1.14.1</commons.csv.version>
Expand Down Expand Up @@ -496,7 +496,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-bom</artifactId>
<version>8.53.0</version>
<version>8.52.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -520,7 +520,7 @@
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-openjdk-uber</artifactId>
<version>2.6.2</version>
<version>2.6.0</version>
</dependency>
<!--
See https://broadworkbench.atlassian.net/browse/DT-3748
Expand All @@ -529,17 +529,17 @@
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>3.2.2</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>3.2.2</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>tools.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>3.2.2</version>
<version>3.2.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -729,7 +729,7 @@
<dependency>
<groupId>ch.qos.logback.access</groupId>
<artifactId>logback-access-common</artifactId>
<version>2.0.15</version>
<version>2.0.14</version>
</dependency>
<!-- Security update. See https://broadworkbench.atlassian.net/browse/DUOS-2826 -->
<dependency>
Expand Down
Loading