File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 fail-fast : false
1717 steps :
1818 - name : Checkout
19- 19+ 2020 - name : ' Set up JDK ${{ matrix.java }}'
21- uses : actions/setup-java@v4.4 .0
21+ uses : actions/setup-java@v4.5 .0
2222 with :
2323 distribution : adopt
2424 java-version : ' ${{ matrix.java }}'
2525 - name : Cache Gradle
26- 26+ 2727 with :
2828 path : ~/.gradle/caches
2929 key : >-
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 implementation(" net.kyori:blossom:1.3.1" )
11- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.3 " )
11+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.4 " )
1212 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21" )
1313 implementation(" net.minecrell:plugin-yml:0.6.0" )
1414}
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ object Versions {
1717 const val ADVENTURE_PLATFORM_FACET = " 4.3.4"
1818 const val CDN_CONFIGS = " 1.14.5"
1919
20- const val MARIA_DB = " 3.4.1 "
20+ const val MARIA_DB = " 3.5.0 "
2121 const val POSTGRESQL = " 42.7.4"
2222 const val H2 = " 2.1.214"
2323 const val ORMLITE = " 6.1"
2424 const val HIKARI_CP = " 6.0.0"
2525
26- const val LITE_COMMANDS = " 3.7.1 "
26+ const val LITE_COMMANDS = " 3.8.0 "
2727 const val LITE_SKULL_API = " 1.3.0"
2828
2929 const val GUAVA = " 33.3.1-jre"
@@ -45,9 +45,9 @@ object Versions {
4545 // tests
4646 const val EXPRESSIBLE_JUNIT = " 1.3.6"
4747 const val GROOVY_ALL = " 3.0.22"
48- const val JUNIT_JUPITER_API = " 5.11.2 "
49- const val JUNIT_JUPITER_PARAMS = " 5.11.2 "
50- const val JUNIT_JUPITER_ENGINE = " 5.11.2 "
48+ const val JUNIT_JUPITER_API = " 5.11.3 "
49+ const val JUNIT_JUPITER_PARAMS = " 5.11.3 "
50+ const val JUNIT_JUPITER_ENGINE = " 5.11.3 "
5151 const val MOCKITO_CORE = " 5.14.2"
5252
5353}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = "com.eternalcode"
77version = " 1.3.5"
88
99checkstyle {
10- toolVersion = " 10.18.2 "
10+ toolVersion = " 10.19.0 "
1111
1212 configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
1313 configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
You can’t perform that action at this time.
0 commit comments