Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #42

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.4 -> 8.5 age adoption passing confidence
io.papermc.paperweight.userdev plugin patch 1.5.9 -> 1.5.10 age adoption passing confidence
org.checkerframework:checkerframework-gradle-plugin dependencies patch 0.6.35 -> 0.6.36 age adoption passing confidence
com.modrinth.minotaur:Minotaur dependencies patch 2.8.5 -> 2.8.7 age adoption passing confidence
com.palmergames.bukkit.towny:towny dependencies patch 0.100.0.5 -> 0.100.0.8 age adoption passing confidence
eu.pb4:placeholder-api dependencies minor 2.2.0+1.20.2 -> 2.3.0+1.20.3 age adoption passing confidence
org.postgresql:postgresql (source) dependencies patch 42.7.0 -> 42.7.1 age adoption passing confidence
org.mariadb.jdbc:mariadb-java-client (source) dependencies patch 3.3.0 -> 3.3.1 age adoption passing confidence
org.jdbi:jdbi3-core (source) dependencies minor 3.41.3 -> 3.42.0 age adoption passing confidence
org.flywaydb:flyway-mysql (source) dependencies minor 10.0.1 -> 10.1.0 age adoption passing confidence
org.flywaydb:flyway-core (source) dependencies minor 10.0.1 -> 10.1.0 age adoption passing confidence
net.fabricmc:fabric-loader dependencies minor 0.14.24 -> 0.15.0 age adoption passing confidence
net.fabricmc.fabric-api:fabric-api (source) dependencies minor 0.90.7+1.20.2 -> 0.91.1+1.20.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle/gradle (gradle)

v8.5

Compare Source

TownyAdvanced/Towny (com.palmergames.bukkit.towny:towny)

v0.100.0.8: for MC 1.16.* & 1.17.* & 1.18.* & 1.19.* & 1.20.*

Compare Source

  • New Config Option: town.max_buytown_price
    • Default: 9999999
    • The Maximum price that a town can be put for sale at.
    • This refers to the price that someone could pay if they ran /t buytown, to buy a town that has been put up for sale.
    • Add 2 utility methods to BlockLocation object.
    • Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0.
    • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3.
    • Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.47.0 to 3.56.0.
    • Bump net.tnemc:Reserve from 0.1.5.0 to 0.1.5.4.

Cumulative changes since 0.100.0.0
0.100.0.7
  • Fix manually-set town levels not returning the correct TownLevel.
0.100.0.6
  • Fix outposts being counted wrong in town merge vetting code.
  • Refactor KeepInventory and KeepExperience code.
  • Immediately schedule upcoming newday on paper servers, courtesy of Warrior with PR #​7101.
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2.
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2.
  • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0.
  • Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.44.0 to 3.47.0.
  • Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0
0.100.0.5
  • Fix page navigation from list footers in the plotgrouplist and plotlist screens.
  • Fix regression: the /t invite {playername} not working as of 0.100.0.2.
  • Add Confirmation to /t set mayor command.
  • Fix /t set perm commands showing error feedback messages.
0.100.0.4
  • Fix new TownyObject equals methods using UUIDs, something to undo once the UUID db is adopted.
  • Remove two cases of == equality check for residents, courtesy of Warrior with PR #​7084.
0.100.0.3
  • Fix TownyAddonCommandAPI's TownyAdmin Nation Tabcompleter not using the correct command type.
  • Fix saving nations unnecessarily when a nation is renamed.
  • Add equals and hashcodes overrides to Resident, Town, Nation & TownyWorld objects.
  • Prevent ruined towns from being bought, courtesy of Warrior with PR #​7073.
  • Add /res plotlist {name} Command.
    • A command which shows you the plots which are personally owned by yourself, or by the resident with the given name.
    • Location, town, plottype and plot name are all shown.
    • When it is used by an Admin, they also gain the ability to click on the list to teleport to the plots as long as they possess the towny.command.townyadmin.tpplot permission node.
    • Closes #​7075.
  • New Permission Node: towny.command.resident.plotlist
    • Child nodes of towny.commmand.resident.*
    • No changes required to be made to the townyperms.yml.
  • New Command: /res plotlist {#} - Shows a player their own list of plots, with an optional page number.
  • New Command: /res plotlist [name] {#} - Shows a a list of plots for the given player name, with an optional page number.
  • Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0.
  • Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1.
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1.
0.100.0.2
  • Fix potential ConcurrentModificationException when a town removes an outpost spawn.
  • Show players who cannot pay the peaceful/neutral costs how much they will need to pay.
  • Bump me.clip:placeholderapi from 2.11.4 to 2.11.5.
  • Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0.
  • Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1.
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1.
  • Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.22.0 to 3.44.0.
  • Fix /ta town and /ta nation tab completers not using TownyAddonCommandAPI completions when there are too many arguments.
  • Refactor some TownCommand code to be simpler, more optimized, and reduce redundant code.
0.100.0.1
  • Fix the town-is-deleted message being shown twice.
  • Fix the draw smoke task being able to load chunks, courtesy of Warrior with PR #​7053.
  • Fix players being able to use hotbar buttons to place items into Towny inventory GUIs, resulting in loss of items.
  • Fix players being able to bypass setting enemy status during cache creation.
  • Remove everything deprecated between 0.98.0.0 and 0.99.0.0.

Towny Sponsors

I want to give a big thank you to all of my sponsors:
These are the people that help to make Towny's support and development as active as it is,
and who supported me during this pre-release of Towny.

DrprofLuigiAllieDragonakup001ThePontificateTegulaThePigpebblehost
EblyssMrLoganolukemangoLambsytomhmagicMKieburtz
typicalsmartmanjshalbrookcobrex1gerardvanschipSW1D3RSK1lexiccn
jsuarezlMatthewEEllisonReEvadereSmallSansSerifNoikzGamingtrevor1097
KeNickGongMilesBHuffZenithDevvDynamite99CasperTimmyMattWillen
Bloc-kPeskdtxSTORMYxSHMWextraKalqbEcoSMP
Theeno74ItzXPurpleXRekar7Folas1337SuperRedstoneYTvyvin
NeumimToJolunasTuaniwanProjectGuinnessdiskawrsGundalfWasTaken
gageeetMicroweb4PainOchocobradyyykennyyLemar98sdawwggS
editon96ExygleKermXnullXer0Rimuru-Tempest-IMPAlink-Marty
KieubasiarzGraphicHexDeadhyenaGitDaviBastosRandalABurdJrDarioMavilia
AlfreDGRconnor7KsmokytekSk8nkillxCptSpiffyxAustinGoodrich
BorakanTunaboyuJameskmongerRandaeMCxxThyPopeTinyProtocolError11O
SimonSoutasMomshroomIntrabit71MetaverseRPNAldinaMappingCrypticBlades
spikehiddenSecondEarthOnlineAncientSMJunkieCraftDoctorChosenCorruptedGreed
AshpartyRoman90879shepherdjerredCyberQerCelestial0579RgmauosTube
ItsSynchroGl0W1EDeltaOrionFruitloopinsgorbyhailTheFlagCourier
Hikitsune-RedMayorMikeTheNyloxkeijodputtcloverlucyNotOxymoronic
and 46 private sponsors.

If you want to support the developer, become a sponsor.

(It's just like Patreon but instead 100% of your support goes to the developer.)

Plus there are Sponsor Plugins!

Important Links
Frequently Asked
Questions
How Towny Works Towny Install Guide Towny Update Guide
Other Towny Plugins Complete Changelog Default Config Files Commands/Permissions
Placeholders
⏬ Download available as a .jar file in the Assets section below:

v0.100.0.7: for MC 1.16.* & 1.17.* & 1.18.* & 1.19.* & 1.20.*

Compare Source

  • Fix manually-set town levels not returning the correct TownLevel.

Cumulative changes since 0.100.0.0
0.100.0.6
  • Fix outposts being counted wrong in town merge vetting code.
  • Refactor KeepInventory and KeepExperience code.
  • Immediately schedule upcoming newday on paper servers, courtesy of Warrior with PR #​7101.
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2.
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2.
  • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0.
  • Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.44.0 to 3.47.0.
  • Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0
0.100.0.5
  • Fix page navigation from list footers in the plotgrouplist and plotlist screens.
  • Fix regression: the /t invite {playername} not working as of 0.100.0.2.
  • Add Confirmation to /t set mayor command.
  • Fix /t set perm commands showing error feedback messages.
0.100.0.4
  • Fix new TownyObject equals methods using UUIDs, something to undo once the UUID db is adopted.
  • Remove two cases of == equality check for residents, courtesy of Warrior with PR #​7084.
0.100.0.3
  • Fix TownyAddonCommandAPI's TownyAdmin Nation Tabcompleter not using the correct command type.
  • Fix saving nations unnecessarily when a nation is renamed.
  • Add equals and hashcodes overrides to Resident, Town, Nation & TownyWorld objects.
  • Prevent ruined towns from being bought, courtesy of Warrior with PR #​7073.
  • Add /res plotlist {name} Command.
    • A command which shows you the plots which are personally owned by yourself, or by the resident with the given name.
    • Location, town, plottype and plot name are all shown.
    • When it is used by an Admin, they also gain the ability to click on the list to teleport to the plots as long as they possess the towny.command.townyadmin.tpplot permission node.
    • Closes #​7075.
  • New Permission Node: towny.command.resident.plotlist
    • Child nodes of towny.commmand.resident.*
    • No changes required to be made to the townyperms.yml.
  • New Command: /res plotlist {#} - Shows a player their own list of plots, with an optional page number.
  • New Command: /res plotlist [name] {#} - Shows a a list of plots for the given player name, with an optional page number.
  • Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0.
  • Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1.
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1.
0.100.0.2
  • Fix potential ConcurrentModificationException when a town removes an outpost spawn.
  • Show players who cannot pay the peaceful/neutral costs how much they will need to pay.
  • Bump me.clip:placeholderapi from 2.11.4 to 2.11.5.
  • Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0.
  • Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1.
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1.
  • Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.22.0 to 3.44.0.
  • Fix /ta town and /ta nation tab completers not using TownyAddonCommandAPI completions when there are too many arguments.
  • Refactor some TownCommand code to be simpler, more optimized, and reduce redundant code.
0.100.0.1
  • Fix the town-is-deleted message being shown twice.
  • Fix the draw smoke task being able to load chunks, courtesy of Warrior with PR #​7053.
  • Fix players being able to use hotbar buttons to place items into Towny inventory GUIs, resulting in loss of items.
  • Fix players being able to bypass setting enemy status during cache creation.
  • Remove everything deprecated between 0.98.0.0 and 0.99.0.0.

Towny Sponsors

I want to give a big thank you to all of my sponsors:
These are the people that help to make Towny's support and development as active as it is,
and who supported me during this pre-release of Towny.

DrprofLuigiAllieDragonakup001ThePontificateTegulaThePigpebblehost
EblyssMrLoganolukemangoLambsytomhmagicMKieburtz
typicalsmartmanjshalbrookcobrex1gerardvanschipSW1D3RSK1lexiccn
j0g32jsuarezlMatthewEEllisonReEvadereSmallSansSerifNoikzGaming
trevor1097KeNickGongMilesBHuffbeabuenodevDynamite99CasperTimmy
MattWillenBloc-kPeskdtxSTORMYxSHMWextraKalqb
tjdingsSADxdsEcoSMPTheeno74ItzXPurpleXRekar7
Folas1337real-vgiSuperRedstoneYTvyvinNeumimToJolunas
deniels2222TuaniwanProjectGuinnesspmkcanadianGundalfWasTakengageeet
Microweb4PainOchocobradyyykennyyStevenSharkerLemar98sdawwggS
editon96ExygleKermXnullXer0MattDeWeerdRimuru-Tempest-IMP
Alink-MartyKieubasiarzGraphicHexDeadhyenaGitDaviBastosRandalABurdJr
DarioMaviliaconnor7KsmokytekSk8nkillxCptSpiffyxAustinGoodrich
numeragonBorakanTunaboyuJameskmongerRandaeMCxxThyPopeTinyProtocol
Error11OMomshroomIntrabit71MetaverseRPNAldinaMappingCrypticBlades
spikehiddenSecondEarthOnlineAncientSMJunkieCraftDoctorChosenCorruptedGreed
AshpartyRoman90879shepherdjerredCyberQerAlfreDGRCelestial0579
RgmauosTubeItsSynchroGl0W1EDeltaOrionFruitloopinsgorbyhail
TheFlagCourierHikitsune-RedMayorMikeTheNyloxkeijodputtDedicatedMC
cloverlucySemisolthemanlol492942KarlOfDutyand 45 private sponsors.

If you want to support the developer, become a sponsor.

(It's just like Patreon but instead 100% of your support goes to the developer.)

Plus there are Sponsor Plugins!

Important Links
Frequently Asked
Questions
How Towny Works Towny Install Guide Towny Update Guide
Other Towny Plugins Complete Changelog Default Config Files Commands/Permissions
Placeholders

Spigot_Banner_Towny

⏬ Download available as a .jar file in the Assets section below:
pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.1

Changed
  • perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing PR #​3044
Fixed
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)

v3.3.1

Compare Source

Full Changelog

Bugs Fixed
  • CONJ-1120 java 8 compatibility error in 3.3.0
  • CONJ-1123 missing OSGi javax.crypto dependency
  • CONJ-1124 ensure not having OOM when setting huge fetch size
  • CONJ-1109 Regression in clearBatch() for parameterized statements
  • CONJ-1126 setting fetchSize directly on a ResultSet object does not reflect the expected change
  • CONJ-1127 Statement.getResultSetType () failed to change the result set type
  • CONJ-1128 Setting Negative Fetch Size on ResultSet Without Throwing Error
jdbi/jdbi (org.jdbi:jdbi3-core)

v3.42.0

flyway/flyway (org.flywaydb:flyway-mysql)

v10.1.0: Flyway 10.1.0

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here

FabricMC/fabric (net.fabricmc.fabric-api:fabric-api)

v0.91.1+1.20.4: [1.20.4-rc1] Fabric API 0.91.1+1.20.4

Compare Source

Initial release

v0.91.1+1.20.3: [1.20.3-pre2] Fabric API 0.91.1+1.20.3

Compare Source

  • Bump version (modmuss50)
  • Only retain buffer on receiving side (#​3446) (deirn)

v0.91.1+1.20.2: [1.20.2] Fabric API 0.91.1+1.20.2

Compare Source

  • Bump version (modmuss50)
  • Only retain buffer on receiving side (#​3446) (deirn)

v0.91.0+1.20.3: [1.20.3-pre2] Fabric API 0.91.0+1.20.3

Compare Source

  • Bump version (modmuss50)
  • Avoid serializing object-based payload into PacketByteBuf on the main thread (#​3407) (deirn)
  • Fix empty storage iterator returning views that become empty during iteration (#​3423) (Technici4n)
  • Fix registry resource conditions on loot tables. (#​3432) (modmuss)

v0.91.0+1.20.2: [1.20.2] Fabric API 0.91.0+1.20.2

Compare Source

  • Bump version (modmuss50)
  • Avoid serializing object-based payload into PacketByteBuf on the main thread (#​3407) (deirn)
  • Fix empty storage iterator returning views that become empty during iteration (#​3423) (Technici4n)
  • Fix registry resource conditions on loot tables. (#​3432) (modmuss)

v0.91.0+1.20.1: [1.20.1] Fabric API 0.91.0+1.20.1

Compare Source

  • Bump version (modmuss50)
  • Fix registry resource conditions on loot tables. (#​3432) (modmuss)
  • Fix empty storage iterator returning views that become empty during iteration (#​3423) (Technici4n)

v0.90.12+1.20.3: [1.20.3-pre2] Fabric API 0.90.12+1.20.3

Compare Source

  • 1.20.3-pre2 (modmuss50)
  • Update generated TAWs. (modmuss50)

v0.90.11+1.20.3: [1.20.3-pre1] Fabric API 0.90.11+1.20.3

Compare Source

  • 1.20.3-pre1 (modmuss50)

v0.90.10+1.20.3: [23w46a] Fabric API 0.90.10+1.20.3

Compare Source

  • Fix creative inventory buttons showing without any modded item groups. (modmuss50)

v0.90.9+1.20.3: [23w46a] Fabric API 0.90.9+1.20.3

Compare Source

  • 23w46a (modmuss50)
  • 23w45a porting fixes (#​3421) (apple502j)

v0.90.8+1.20.3: [23w45a] Fabric API 0.90.8+1.20.3

Compare Source

  • 23w45a (modmuss50)

v0.90.7+1.20.3: [23w44a] Fabric API 0.90.7+1.20.3

Compare Source

  • Bump version (modmuss50)
  • Fix log spam with multiple calls to combinedItemApiProvider (#​3387) (Technici4n)
  • Fix custom ingredient serialization with allowEmpty (#​3389) (Technici4n)
  • Network addon session refactor (#​3394) (modmuss, deirn)
  • Fix Doubles not being editable in the game-rule menu (#​3397) (Estecka)

Configuration

📅 Schedule: Branch creation - "after 6pm on the 6th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 792e43c to 304b70d Compare December 6, 2023 21:13
@PrimordialMoros PrimordialMoros merged commit c8e5441 into master Dec 6, 2023
2 checks passed
@PrimordialMoros PrimordialMoros deleted the renovate/all-minor-patch branch December 6, 2023 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant