Skip to content

Commit 8c29d00

Browse files
authored
Merge branch 'main' into renovate/gradle-8.x
2 parents 29c2e4a + 19df56a commit 8c29d00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.vanniktech.maven.publish.SonatypeHost
33
plugins {
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'

0 commit comments

Comments
 (0)