Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] a8dad9b28e
Merge 5848030622 into 87de6ca31d 2024-05-02 08:52:44 +00:00
dependabot[bot] 87de6ca31d
Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#102)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-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-02 10:52:38 +02:00
dependabot[bot] 3d05c06004
Bump de.tr7zw:item-nbt-api from 2.12.3 to 2.12.4 (#101)
Bumps de.tr7zw:item-nbt-api from 2.12.3 to 2.12.4.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api
  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-02 08:52:52 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.12.3</version>
<version>2.12.4</version>
<scope>compile</scope>
</dependency>

View File

@ -103,7 +103,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>