Skip to content

Commit

Permalink
preparing for the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Sep 23, 2023
1 parent 9853321 commit 6fdcd79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'java'
id 'application'
id 'scala'
id 'com.github.maiflai.scalatest' version '0.31'
id 'com.github.maiflai.scalatest' version '0.32'
}

mainClassName = 'app.kanela.JavaMainWithAgent'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ allprojects {

dependencies {
implementation 'io.vavr:vavr:0.10.4'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'

agent(kamon_agent_dep)
}
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: 1.0.17
version: 1.0.18

# avoid publication of SHA256 and SHA512 checksums
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 6fdcd79

Please sign in to comment.