We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2804a commit 8006fb7Copy full SHA for 8006fb7
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'java'
5
id 'signing'
6
id 'checkstyle'
7
- id 'com.vanniktech.maven.publish' version '0.30.0'
+ id 'com.vanniktech.maven.publish' version '0.31.0'
8
}
9
10
group = 'io.github.alexshamrai'
@@ -15,7 +15,7 @@ repositories {
15
16
17
ext {
18
- junitVersion = '5.11.3'
+ junitVersion = '5.12.2'
19
lombokVersion = '1.18.38'
20
jaksonVersion = '2.18.3'
21
ownerVersion = '1.0.12'
integration-tests/build.gradle
@@ -10,7 +10,7 @@ repositories {
11
12
dependencies {
13
- testImplementation platform('org.junit:junit-bom:5.11.3')
+ testImplementation platform('org.junit:junit-bom:5.12.2')
14
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation project(':')
0 commit comments