File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.vanniktech.maven.publish.SonatypeHost
33plugins {
44 // Apply the java-library plugin for API and implementation separation.
55 id ' java-library'
6- id ' com.vanniktech.maven.publish' version ' 0.29 .0'
6+ id ' com.vanniktech.maven.publish' version ' 0.30 .0'
77 id ' se.patrikerdes.use-latest-versions' version ' 0.2.18'
88 id ' com.github.ben-manes.versions' version ' 0.51.0'
99}
@@ -33,10 +33,10 @@ dependencies {
3333 implementation ' io.vertx:vertx-json-schema:4.5.9'
3434
3535 // Workarounds for Java's checked exceptions.
36- implementation ' com.pivovarit:throwing-function:1.5 .1'
36+ implementation ' com.pivovarit:throwing-function:1.6 .1'
3737
3838 // Use JUnit test framework.
39- testImplementation(' org.junit.jupiter:junit-jupiter:5.11.0 ' )
39+ testImplementation(' org.junit.jupiter:junit-jupiter:5.11.3 ' )
4040
4141 // Add Log4j dependency
4242 implementation ' org.apache.logging.log4j:log4j-core:3.0.0-beta2'
You can’t perform that action at this time.
0 commit comments