Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot] 2b585e987e
Merge b37e3e7ccd into a9678eea0a 2024-05-01 08:30:10 +00:00
dependabot[bot] a9678eea0a
Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 (#17)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 10:30:06 +02:00
dependabot[bot] 5acff4a3ca
Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#18)
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1.
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 10:29:57 +02:00
dependabot[bot] b37e3e7ccd
Bump com.craftaro:EpicFarming from 4.1.1 to 4.2.0
Bumps [com.craftaro:EpicFarming](https://github.com/craftaro/EpicFarming) from 4.1.1 to 4.2.0.
- [Commits](https://github.com/craftaro/EpicFarming/compare/v4.1.1...v4.2.0)

---
updated-dependencies:
- dependency-name: com.craftaro:EpicFarming
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:10:52 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>

View File

@ -17,7 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<executions>
<execution>
@ -133,7 +133,7 @@
<dependency>
<groupId>com.craftaro</groupId>
<artifactId>EpicFarming</artifactId>
<version>4.1.1</version>
<version>4.2.0</version>
<scope>provided</scope>
</dependency>