@@ -7,12 +7,12 @@ plugins {
77 `java- library`
88 id(" de.chojo.publishdata" ) version " 1.4.0"
99 alias(libs.plugins.spotless)
10- id(" com.vanniktech.maven.publish" ) version " 0.30 .0"
10+ id(" com.vanniktech.maven.publish" ) version " 0.31 .0"
1111}
1212
1313publishData {
1414 useEldoNexusRepos(false )
15- publishingVersion = " 1.0.1 "
15+ publishingVersion = " 1.0.2 "
1616}
1717
1818group = " dev.chojo"
@@ -26,7 +26,7 @@ repositories {
2626
2727dependencies {
2828 compileOnly(" org.slf4j" , " slf4j-api" , " 2.0.16" )
29- compileOnlyApi(" org.jetbrains" , " annotations" , " 24.1.0 " )
29+ compileOnlyApi(" org.jetbrains" , " annotations" , " 26.0.2 " )
3030 api(" com.fasterxml.jackson.core" , " jackson-databind" ) {
3131 version {
3232 require(" 2.13.0" )
@@ -36,9 +36,9 @@ dependencies {
3636 compileOnly(" com.fasterxml.jackson.dataformat" , " jackson-dataformat-yaml" )
3737 compileOnly(" com.fasterxml.jackson.dataformat" , " jackson-dataformat-toml" )
3838
39- testImplementation(platform(" org.junit:junit-bom:5.10.0 " ))
39+ testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
4040 testImplementation(" org.junit.jupiter:junit-jupiter" )
41- testImplementation(" org.jetbrains" , " annotations" , " 24.1.0 " )
41+ testImplementation(" org.jetbrains" , " annotations" , " 26.0.2 " )
4242 testImplementation(" org.slf4j" , " slf4j-api" , " 2.0.16" )
4343 testImplementation(" org.slf4j" , " slf4j-simple" , " 2.0.16" )
4444 testImplementation(" com.fasterxml.jackson.dataformat" , " jackson-dataformat-yaml" )
0 commit comments