Skip to content

Commit 1e7b4b5

Browse files
Bump the all-dependencies group with 5 updates
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.github.f4b6a3:uuid-creator](https://github.com/f4b6a3/uuid-creator) | `5.3.7` | `6.1.1` | | [com.github.f4b6a3:ulid-creator](https://github.com/f4b6a3/ulid-creator) | `5.2.3` | `5.2.4` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.15.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.12.0` | Updates `com.github.f4b6a3:uuid-creator` from 5.3.7 to 6.1.1 - [Release notes](https://github.com/f4b6a3/uuid-creator/releases) - [Changelog](https://github.com/f4b6a3/uuid-creator/blob/master/CHANGELOG.md) - [Commits](f4b6a3/uuid-creator@uuid-creator-5.3.7...uuid-creator-6.1.1) Updates `com.github.f4b6a3:ulid-creator` from 5.2.3 to 5.2.4 - [Release notes](https://github.com/f4b6a3/ulid-creator/releases) - [Changelog](https://github.com/f4b6a3/ulid-creator/blob/master/CHANGELOG.md) - [Commits](f4b6a3/ulid-creator@ulid-creator-5.2.3...ulid-creator-5.2.4) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.15.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-javadoc-plugin` from 3.6.3 to 3.12.0 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: com.github.f4b6a3:uuid-creator dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: com.github.f4b6a3:ulid-creator dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 056923d commit 1e7b4b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<plugin>
2020
<groupId>org.apache.maven.plugins</groupId>
2121
<artifactId>maven-compiler-plugin</artifactId>
22-
<version>3.13.0</version>
22+
<version>3.15.0</version>
2323
<configuration>
2424
<source>${maven.compiler.source}</source>
2525
<target>${maven.compiler.target}</target>
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-source-plugin</artifactId>
32-
<version>3.3.1</version>
32+
<version>3.4.0</version>
3333
<executions>
3434
<execution>
3535
<id>attach-sources</id>
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-javadoc-plugin</artifactId>
47-
<version>3.6.3</version>
47+
<version>3.12.0</version>
4848
<executions>
4949
<execution>
5050
<id>attach-javadocs</id>
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>com.github.f4b6a3</groupId>
6464
<artifactId>uuid-creator</artifactId>
65-
<version>5.3.7</version>
65+
<version>6.1.1</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.github.f4b6a3</groupId>
6969
<artifactId>ulid-creator</artifactId>
70-
<version>5.2.3</version>
70+
<version>5.2.4</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.github.f4b6a3</groupId>

0 commit comments

Comments
 (0)