Skip to content

Commit b4384b4

Browse files
chore(deps): bump the build-tools group with 4 updates (liquibase#7449)
Bumps the build-tools group with 4 updates: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc), [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin), [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) and [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin). Updates `org.xerial:sqlite-jdbc` from 3.51.0.0 to 3.51.1.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.51.0.0...3.51.1.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...v3.4.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.1.0 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 072336b commit b4384b4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

liquibase-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-source-plugin</artifactId>
85-
<version>3.3.1</version>
85+
<version>3.4.0</version>
8686
<configuration>
8787
<!-- sources.jar from this module is the shaded sources of others -->
8888
<skipSource>true</skipSource>

liquibase-dist/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<plugins>
100100
<plugin>
101101
<artifactId>maven-resources-plugin</artifactId>
102-
<version>3.3.1</version>
102+
<version>3.4.0</version>
103103
<executions>
104104
<execution>
105105
<id>copy-resources</id>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-source-plugin</artifactId>
165-
<version>3.3.1</version>
165+
<version>3.4.0</version>
166166
<configuration>
167167
<!-- sources.jar from this module is the shaded sources of others -->
168168
<skipSource>true</skipSource>
@@ -171,7 +171,7 @@
171171
<!-- this builds and attaches the tar file of liquibase (which has liquibase cli) -->
172172
<plugin>
173173
<artifactId>maven-assembly-plugin</artifactId>
174-
<version>3.7.1</version>
174+
<version>3.8.0</version>
175175
<configuration>
176176
<tarLongFileMode>posix</tarLongFileMode>
177177
<finalName>liquibase-${project.version}</finalName>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<dependency>
301301
<groupId>org.xerial</groupId>
302302
<artifactId>sqlite-jdbc</artifactId>
303-
<version>3.51.0.0</version>
303+
<version>3.51.1.0</version>
304304
<scope>test</scope>
305305
</dependency>
306306

@@ -343,7 +343,7 @@
343343

344344
<plugin>
345345
<artifactId>maven-resources-plugin</artifactId>
346-
<version>3.3.1</version>
346+
<version>3.4.0</version>
347347
<configuration>
348348
<encoding>UTF-8</encoding>
349349
</configuration>
@@ -476,7 +476,7 @@
476476
<plugin>
477477
<groupId>org.apache.maven.plugins</groupId>
478478
<artifactId>maven-source-plugin</artifactId>
479-
<version>3.3.1</version>
479+
<version>3.4.0</version>
480480
<executions>
481481
<execution>
482482
<id>attach-sources</id>

0 commit comments

Comments
 (0)