Skip to content

Commit

Permalink
Update dependencies (#1105)
Browse files Browse the repository at this point in the history
* Update picocli

* Update junit

* Update jacoco

* Update jsoup

* Update Jackson
  • Loading branch information
sualeh committed May 1, 2023
1 parent 2a1840c commit 735d9d0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions schemacrawler-commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli-shell-jline3</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
</dependency>

<!-- graphviz-java dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-dbtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
<scope>test</scope>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions schemacrawler-distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli-shell-jline3</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
</dependency>

<!-- Processing configuration -->
Expand All @@ -105,22 +105,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
</dependency>

</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions schemacrawler-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.2</version>
<version>5.9.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -63,25 +63,25 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -224,7 +224,7 @@
<skip.signing.artifacts>true</skip.signing.artifacts>
<maven.javadoc.skip>true</maven.javadoc.skip>
<graphviz.java.version>0.18.1</graphviz.java.version>
<jacoco.version>0.8.9</jacoco.version>
<jacoco.version>0.8.10</jacoco.version>
</properties>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-testdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.4</version>
<version>1.16.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 735d9d0

Please sign in to comment.