CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
371 stars 115 forks source link

chore: update all dependencies & actions #1318

Closed derklaro closed 10 months ago

derklaro commented 10 months ago

Motivation

There a lot of dependencies out of date and we should update them.

Modification

Update all dependencies & github actions that are out of date (+ fix one deprecation from an earlier dependency bump of cloud).

Result

All dependencies and github actions are up-to-date again.

github-actions[bot] commented 10 months ago

Test Results

  47 files  ±0    47 suites  ±0   1m 25s :stopwatch: -16s 394 tests ±0  394 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  724 runs  ±0  724 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit bc2fec25. ± Comparison against base commit d87490f8.

This pull request removes 25 and adds 25 tests. Note that renamed tests count towards both. ``` eu.cloudnetservice.driver.document.DocumentSerialisationTest ‑ [4] {"b":1,"s":2,"i":3,"l":4,"f":5.0,"d":6.0,"c":"/","string":"Hello, World!","bol":true,"cloud":["Ben?","Yes","No","HoHoHoHo"],"world":{"hello":"world","insane":"!","this":"is"}}, PRETTY eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [10] 10152, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [1] {test2=test3, test=test1}, class java.lang.String, class java.lang.String eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [23] 2023-10-20T07:33:11.630175226Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [24] 2023-10-20T07:24:51.630196326Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] 0CB31MHM3EXSG1A5MZW4I53LR, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] {test2=456, test=123}, class java.lang.String, class java.lang.Integer eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] -1543556834, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] Lobbyhello156:dc1373e2-af10-4da3-a781-2dbd8dbd16be eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] {test2=[678, 456], test=[123, 456]}, class java.lang.String, java.util.List … ``` ``` eu.cloudnetservice.driver.document.DocumentSerialisationTest ‑ [4] {"b":1,"s":2,"i":3,"l":4,"f":5.0,"d":6.0,"c":"/","string":"Hello, World!","bol":true,"cloud":["Ben?","Yes","No","HoHoHoHo"],"world":{"this":"is","hello":"world","insane":"!"}}, PRETTY eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [10] 32499, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [1] {test=test1, test2=test3}, class java.lang.String, class java.lang.String eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [23] 2023-10-20T12:30:04.379364285Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [24] 2023-10-20T12:21:44.379368085Z eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] 7RSPUPH6AQD6INFL1WDX9LSX0, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [2] {test=123, test2=456}, class java.lang.String, class java.lang.Integer eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] -1923859258, null eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] Lobbyhello156:35e04b8b-67ea-4c4a-a5d0-b5af01649655 eu.cloudnetservice.driver.network.rpc.object.DefaultObjectMapperTest ‑ [3] {test=[123, 456], test2=[678, 456]}, class java.lang.String, java.util.List … ```