Skip to content

Commit fc52cb1

Browse files
committed
chore(deps): bump gradle dependencies
1 parent 417dd51 commit fc52cb1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

codegen/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121
signing
2222
checkstyle
2323
jacoco
24-
id("com.github.spotbugs") version "4.7.1"
25-
id("org.jreleaser") version "1.18.0"
24+
id("com.github.spotbugs") version "6.3.0"
25+
id("org.jreleaser") version "1.20.0"
2626
}
2727

2828
allprojects {
@@ -72,10 +72,10 @@ subprojects {
7272

7373
// Apply junit 5 and hamcrest test dependencies to all java projects.
7474
dependencies {
75-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.4.0")
76-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.4.0")
77-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.4.0")
78-
testImplementation("org.hamcrest:hamcrest:2.1")
75+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
76+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
77+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
78+
testImplementation("org.hamcrest:hamcrest:3.0")
7979
}
8080

8181
// Reusable license copySpec

codegen/gradleConfig/spotbugs/filter.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@
2424
<Match>
2525
<Bug pattern="SE_NO_SERIALVERSIONID,SE_BAD_FIELD"/>
2626
</Match>
27+
28+
<Match>
29+
<Bug pattern="VA_FORMAT_STRING_USES_NEWLINE"/>
30+
</Match>
2731
</FindBugsFilter>

0 commit comments

Comments
 (0)