Skip to content

Commit

Permalink
[SECURITY-3127][SECURITY-3137] (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-fuller committed Jul 6, 2023
1 parent 61281f2 commit 4e21f49
Show file tree
Hide file tree
Showing 8 changed files with 281 additions and 148 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This plugin allows easy launching of [mabl](https://www.mabl.com) tests as a ste
* [Deployment](#deployment)

## Plugin Installation
Install the [plugin](https://plugins.jenkins.io/mabl-integration) into your Jenkins `v2.222+` server from the *Available Plugins* tab by searching for "mabl".
Install the [plugin](https://plugins.jenkins.io/mabl-integration) into your Jenkins `v2.319.1+` server from the *Available Plugins* tab by searching for "mabl".

### Features

Expand All @@ -30,7 +30,7 @@ Install the [plugin](https://plugins.jenkins.io/mabl-integration) into your Jenk

### Requirements

- Minimum Jenkins version: *2.222.4*
- Minimum Jenkins version: *2.319.1*
- Minimum Java runtime version: *8*
- mabl API key
- See [integration
Expand Down Expand Up @@ -186,6 +186,10 @@ Note that

### Change Log

#### v0.0.47 (07/06/2023)
- Patched security vulnerabilities
- Increased minimum Jenkins version

#### v0.0.46 (11/15/2022)
- Replace usages of deprecated imports

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<properties>
<!-- NOTE: this version drives the minimum Jenkins version that the plugin can be installed on -->
<jenkins.version>2.222.4</jenkins.version>
<jenkins.version>2.319.1</jenkins.version>
<java.level>8</java.level>
<no-test-jar>false</no-test-jar>

Expand Down
Loading

0 comments on commit 4e21f49

Please sign in to comment.