Skip to content

Commit

Permalink
Merge pull request #3 from mderevyankoaqa/development
Browse files Browse the repository at this point in the history
Supported JMeter 5.5
  • Loading branch information
mderevyankoaqa authored Jun 21, 2022
2 parents d27b310 + 515bc58 commit a028938
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<h3>
<details>
<summary>Support my Ukrainian Family
<summary>Support my Ukrainian Family ❤️
</summary>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H8L62WL5HVD32">
<img src="https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png" alt="Donate with PayPal" />
Expand All @@ -24,7 +24,7 @@

<h3>
<details>
<summary>Like what you see?</summary>
<summary>Like what you see? 😍 </summary>
<br>
<a href="https://www.buymeacoffee.com/mvderevyanko">
<img alt="Coffee2" src="https://raw.githubusercontent.com/mderevyankoaqa/jmeter-elk/main/img/Coffee2.png" width="150">
Expand Down Expand Up @@ -56,7 +56,7 @@ So in the result of the test its possible to have the standard JMeter HTML repor
## Compatibility
The supported versions:
* Java 11 - make sure that you have it (its minimum version).
* JMeter 5.4.3 only.
* JMeter 5.5.0 only.

## Maven Support
Please see the latest release here https://search.maven.org/artifact/io.github.mderevyankoaqa/jmeter-plugins-csv-listener.
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

sourceCompatibility = 11
version = '1.2'
version = '1.3'
group = 'io.github.mderevyankoaqa'
def title = 'JMeterCSVListener'
def archiveName = 'jmeter-plugins-csv-listener'
Expand All @@ -41,10 +41,10 @@ class JMeterRule implements ComponentMetadataRule {
}

dependencies {
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_core', version: '5.4.3'
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_java', version: '5.4.3'
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_components', version: '5.4.3'
implementation group: 'org.apache.jmeter', name: 'jorphan', version: '5.4.3'
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_core', version: '5.5'
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_java', version: '5.5'
implementation group: 'org.apache.jmeter', name: 'ApacheJMeter_components', version: '5.5'
implementation group: 'org.apache.jmeter', name: 'jorphan', version: '5.5'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'


Expand Down

0 comments on commit a028938

Please # to comment.