Skip to content

Commit

Permalink
rollback #3444 bump of jctools from 4.0.1 to 4.0.2 to keep java 7 com…
Browse files Browse the repository at this point in the history
…patibility (#3483)
  • Loading branch information
jackshirazi authored Jan 5, 2024
1 parent d728615 commit fa6fed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apm-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>4.0.2</version>
<!-- 4.0.2 is compiled to target java 8 (for no reason I can see), so keep at 4.0.1 and check 4.0.3 https://github.com/JCTools/JCTools/issues/385 -->
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
Expand Down

0 comments on commit fa6fed1

Please sign in to comment.