Skip to content

Commit

Permalink
Merge branch 'main' into fix-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
baev authored Jul 30, 2024
2 parents adc7280 + 558373c commit c7bce16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,12 @@ configure(libs) {
dependency("io.github.glytching:junit-extensions:2.6.0")
dependency("javax.annotation:javax.annotation-api:1.3.2")
dependency("net.sourceforge.pmd:pmd-java:7.3.0")
dependency("org.apache.commons:commons-lang3:3.14.0")
dependency("org.apache.commons:commons-lang3:3.15.0")
dependency("org.apache.httpcomponents:httpclient:4.5.14")
dependency("org.apache.httpcomponents.client5:httpclient5:5.3.1")
dependency("org.aspectj:aspectjrt:${assertJVersion}")
dependency("org.aspectj:aspectjweaver:${assertJVersion}")
dependency("org.assertj:assertj-core:3.26.0")
dependency("org.assertj:assertj-core:3.26.3")
dependency("org.freemarker:freemarker:2.3.33")
dependency("org.grpcmock:grpcmock-junit5:0.8.0")
dependency("org.hamcrest:hamcrest:2.2")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.28-SNAPSHOT
version=2.29-SNAPSHOT

org.gradle.daemon=true
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pluginManagement {
id("io.qameta.allure-report") version "2.11.2"
id("io.spring.dependency-management") version "1.1.6"
id("com.google.protobuf") version "0.9.4"
id("com.github.spotbugs") version "6.0.18"
id("com.github.spotbugs") version "6.0.19"
kotlin("jvm") version "2.0.0"
}
}
Expand Down

0 comments on commit c7bce16

Please sign in to comment.