diff options
author | halil.cakal <halil.cakal@est.tech> | 2024-05-20 15:10:45 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2024-05-21 14:57:46 +0100 |
commit | c15e8d50e7b69dcacb9185c560ca2b66f2917fff (patch) | |
tree | 2347f950ebbdb8fa414209334b833249e250b908 /cps-dependencies/pom.xml | |
parent | d17b32a61d54a07c8ee8b31235e48d127553df96 (diff) |
Fix performance build output being lost
- this fix for CpsPath Registry attributes Query plot
- also include bump up lombok to latest to fix the error
does not have member field
com.sun.tools.javac.tree.JCTree qualid
- rename conflicting the performance
test name: CpsPath Registry attributes Query to fix plot issue
Issue-ID: CPS-2232
Change-Id: I7a0536ac2b48565df62fa46dddd27785addafa42
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'cps-dependencies/pom.xml')
-rw-r--r-- | cps-dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index effaa06f62..f323cd7077 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -261,7 +261,7 @@ <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - <version>1.18.24</version> + <version>1.18.32</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> |