Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Nov 27, 2023
1 parent f56bfbe commit 5cec8da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
<maven-javadoc-plugin-version>3.6.2</maven-javadoc-plugin-version>
<maven-failsafe-plugin-version>3.2.2</maven-failsafe-plugin-version>
<maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
<exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
<exec-maven-plugin-version>3.1.1</exec-maven-plugin-version>
<spotbugs-maven-plugin-version>4.8.1.0</spotbugs-maven-plugin-version>
<spotbugs-version>4.8.1</spotbugs-version>
<checkstyle-version>10.12.5</checkstyle-version>
Expand All @@ -654,7 +654,7 @@
<commons.io.version>2.15.0</commons.io.version>
<awaitility-version>4.2.0</awaitility-version>
<client-java-version>16.0.3</client-java-version>
<kotlin-stdlib-version>1.9.20</kotlin-stdlib-version>
<kotlin-stdlib-version>1.9.21</kotlin-stdlib-version>
<okhttp-version>4.12.0</okhttp-version>
<okio-version>3.6.0</okio-version>
<bc-jdk18on-version>1.77</bc-jdk18on-version>
Expand All @@ -664,10 +664,10 @@
<junit.platform.surefire.version>1.3.2</junit.platform.surefire.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jersey-version>3.1.3</jersey-version>
<jackson-version>2.15.3</jackson-version>
<jackson-version>2.16.0</jackson-version>
<snakeyaml-version>1.33</snakeyaml-version>
<jackson-databind-version>2.15.3</jackson-databind-version>
<dependency-check-version>8.4.3</dependency-check-version>
<jackson-databind-version>2.16.0</jackson-databind-version>
<dependency-check-version>9.0.1</dependency-check-version>
<root-generated-swagger>${project.basedir}/src-generated-swagger</root-generated-swagger>
<src-generated-swagger>${root-generated-swagger}/main/java</src-generated-swagger>
<domain-swagger-file>${project.basedir}/swagger/domain.json</domain-swagger-file>
Expand Down

0 comments on commit 5cec8da

Please sign in to comment.