Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot] cd8e7ef895
Merge 5dd834efdd into 87de6ca31d 2024-05-02 08:52:42 +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
dependabot[bot] 5dd834efdd
Bump org.jooq:jooq from 3.14.16 to 3.19.7
Bumps org.jooq:jooq from 3.14.16 to 3.19.7.

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 22:00:57 +00:00
2 changed files with 3 additions and 3 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>
@ -291,7 +291,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.14.16</version>
<version>3.19.7</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>

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>