Skip to content

Commit 8006fb7

Browse files
fix(deps): update all dependencies
1 parent 0c2804a commit 8006fb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'java'
55
id 'signing'
66
id 'checkstyle'
7-
id 'com.vanniktech.maven.publish' version '0.30.0'
7+
id 'com.vanniktech.maven.publish' version '0.31.0'
88
}
99

1010
group = 'io.github.alexshamrai'
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext {
18-
junitVersion = '5.11.3'
18+
junitVersion = '5.12.2'
1919
lombokVersion = '1.18.38'
2020
jaksonVersion = '2.18.3'
2121
ownerVersion = '1.0.12'

integration-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation platform('org.junit:junit-bom:5.11.3')
13+
testImplementation platform('org.junit:junit-bom:5.12.2')
1414
testImplementation 'org.junit.jupiter:junit-jupiter'
1515
testImplementation project(':')
1616
}

0 commit comments

Comments
 (0)