Skip to content

Commit

Permalink
Merge pull request #1871 from schemacrawler/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sualeh authored Mar 2, 2025
2 parents 7f74550 + b9bdd2f commit ef477af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion schemacrawler-dbtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-core</artifactId>
<version>1.25.0</version>
<version>1.26.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</configurations>
<dependencies>
<dependency org="org.codehaus.groovy" name="groovy-all"
rev="3.0.23" conf="binaries->default" />
rev="3.0.24" conf="binaries->default" />

<exclude org="org.codehaus.groovy" module="groovy-ant" />
<exclude org="org.codehaus.groovy" module="groovy-cli-picocli" />
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-jdbc-drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.22.0</version>
<version>3.23.0</version>
</dependency>
<dependency>
<groupId>com.amazon.redshift</groupId>
Expand Down
4 changes: 2 additions & 2 deletions schemacrawler-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.20.4</version>
<version>1.20.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -283,7 +283,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jsr223</artifactId>
<version>3.0.23</version>
<version>3.0.24</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
12 changes: 0 additions & 12 deletions schemacrawler-testdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skip.signing.artifacts>true</skip.signing.artifacts>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.20.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>

Expand Down

0 comments on commit ef477af

Please sign in to comment.